General C++ Programming - May 2009 (Page 17)

Questions about handling a batch of files.
 
Hello, I am trying to handle(read,write and so on) a batch of files named regularly as "name1,name2,name3..."at once. Any body can tell me how to efficiently ...
[1 reply] : std::stringstream stream; stream <<"name"<<index; .read(stream.str()... (by helios)
Interesting question.
 
Hi everybody, i have interesting question for you. as you know in MFC there are a type CStringW. This class have a method MakeLower(). The question is what wil...
[1 reply] : what exactly you want?? if you are looking for comparing two unicod... (by writetonsharma)
by helios
64-bit integers and thread-safety
 
I know reading and writing 32-bit integers while in 32-bit mode is safe because it can be done in a single clock (ignoring memory latency). I would assume this ...
[9 replies] Last: thats what i was saying.. a class or a variable or struct will be alig... (by writetonsharma)
Practicing Classes?
 
I'm having trouble understanding classes from the example I was given. So please give me something to understand them or explain them. To let you know what co...
[2 replies] Last: The one from cprogramming is just an example - it's not really getting... (by Mythios)
May 2009 Pages: 1... 151617
  Archived months: [apr2009] [jun2009]

This is an archived page. To post a new message, go to the current page.