Click here to Skip to main content
15,881,559 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Read the first byte of a buffer Pin
Cedric Moonen9-Dec-07 21:03
Cedric Moonen9-Dec-07 21:03 
GeneralRe: Read the first byte of a buffer [modified] Pin
toxcct9-Dec-07 21:24
toxcct9-Dec-07 21:24 
GeneralRe: Read the first byte of a buffer Pin
CodingLover9-Dec-07 23:46
CodingLover9-Dec-07 23:46 
GeneralRe: Read the first byte of a buffer Pin
toxcct9-Dec-07 23:51
toxcct9-Dec-07 23:51 
GeneralRe: Read the first byte of a buffer Pin
CodingLover9-Dec-07 23:54
CodingLover9-Dec-07 23:54 
GeneralRe: Read the first byte of a buffer Pin
CodingLover9-Dec-07 21:50
CodingLover9-Dec-07 21:50 
GeneralModulable programming Pin
Lord Kixdemp9-Dec-07 20:57
Lord Kixdemp9-Dec-07 20:57 
GeneralRe: Modulable programming Pin
Matthew Faithfull10-Dec-07 0:11
Matthew Faithfull10-Dec-07 0:11 
Lord Kixdemp wrote:
I want this to be cross-platform.


Not asking for the moon or anything then Smile | :) . With the current state of technology if you want it to be really cross platform you'll need to ship it as source and that source will need to be dependent on the C++ standard library, (no exotic features) and absolutely nothing else.
Otherwise I would recommend going for a statically linked library built with GCC/g++ under MingW or Cygwin on Windows and from the same source using a similar version of GCC/g++ on your Linux flavour of choice. If you can achieve that with genuinely shared source then a. you're a star b. please let me know the detaisl so I can do it to. Smile | :)

Nothing is exactly what it seems but everything with seems can be unpicked.

QuestionHow to Hide Caption Bar using SetWindowLong() Pin
santhoshv849-Dec-07 20:46
santhoshv849-Dec-07 20:46 
AnswerRe: How to Hide Caption Bar using SetWindowLong() Pin
Nishad S10-Dec-07 0:06
Nishad S10-Dec-07 0:06 
AnswerRe: How to Hide Caption Bar using SetWindowLong() Pin
Paresh Chitte10-Dec-07 0:39
Paresh Chitte10-Dec-07 0:39 
QuestionHow to enable Drag and Drop for tree view Pin
Javed Akhtar Ansari9-Dec-07 19:51
Javed Akhtar Ansari9-Dec-07 19:51 
GeneralC coding - structure Pin
chanduabcchandu9-Dec-07 18:35
chanduabcchandu9-Dec-07 18:35 
Answer[Message Deleted] Pin
Vince Rojas9-Dec-07 20:13
Vince Rojas9-Dec-07 20:13 
GeneralRe: C coding - structure Pin
toxcct9-Dec-07 21:01
toxcct9-Dec-07 21:01 
AnswerRe: C coding - structure [modified] Pin
Vince Rojas9-Dec-07 21:29
Vince Rojas9-Dec-07 21:29 
QuestionIs there an equivalent to CString Format in std::string ? Pin
uusheikh9-Dec-07 18:31
uusheikh9-Dec-07 18:31 
AnswerRe: Is there an equivalent to CString Format in std::string ? Pin
Stephen Hewitt9-Dec-07 19:37
Stephen Hewitt9-Dec-07 19:37 
GeneralRe: Is there an equivalent to CString Format in std::string ? Pin
uusheikh9-Dec-07 20:38
uusheikh9-Dec-07 20:38 
AnswerRe: Is there an equivalent to CString Format in std::string ? Pin
Javed Akhtar Ansari9-Dec-07 19:50
Javed Akhtar Ansari9-Dec-07 19:50 
GeneralRe: Is there an equivalent to CString Format in std::string ? Pin
toxcct9-Dec-07 20:58
toxcct9-Dec-07 20:58 
GeneralWant some information about Class Size Pin
ashishbhatt9-Dec-07 16:33
ashishbhatt9-Dec-07 16:33 
GeneralRe: Want some information about Class Size Pin
Rajasekharan Vengalil9-Dec-07 18:56
Rajasekharan Vengalil9-Dec-07 18:56 
GeneralRe: Want some information about Class Size Pin
Mark Salsbery10-Dec-07 7:48
Mark Salsbery10-Dec-07 7:48 
Questionabout multi monitor-how to displays same part of the virtual screen in two monitors [modified] Pin
firepotato9-Dec-07 13:19
firepotato9-Dec-07 13:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.