by luckycusp
'string' Parsing in C++
|
|
[5 replies] Last: Using a stringstream and getline is another alternative. There's also... (by moorecm)
|
by mugilan
C++ output error
|
|
[1 reply] : That's one big output error. What is the error? And please use code... (by RedX)
|
by zevikbe
a lot of logic approch a lot of hw devices
|
|
[1 reply] : Hmm, i think our spam filter is broken... I didn't understand a word. (by RedX)
|
by thapchi
How to move a object
|
|
[3 replies] Last: http://msdn.microsoft.com/en-us/library/ms682073(v=VS.85).aspx Thos... (by indigo)
|
by phummon2
Importing 1000 Files, How To Skip "Bad" Lines In File?
|
|
[14 replies] Last: I noticed that the error seems to have occurred while calling this fu... (by phummon2)
|
by ramKrushna
Gui Developement problem
|
|
[2 replies] Last: Well, it depends what GUI Toolkit you are using, so we really can't he... (by closed account 1yR4jE8b)
|
by ketanjoshi
c++ map implementation
|
|
[2 replies] Last: If you use g++ you may want to look at the headers ext/hash_map (or ... (by kmw)
|
by kmw
conversion of a single wchar_t with toupper
|
|
[5 replies] Last: Thanks everybody. Indeed, it's a problem of std::wcout (I know, I shou... (by kmw)
|
by luckycusp
How can I 'pickle' my datalists
|
|
[2 replies] Last: Any other suggestion please? This boost asks for 2GB space on my hard-... (by luckycusp)
|
by wtf
Getting the name of a function, and the function that called it. (1,2)
|
|
[26 replies] Last: [quote=helios]My second post doesn't contradict the first one, by the ... (by m4ster r0shi)
|
by Ribka123
Creating a class and some member functions
|
|
[8 replies] Last: The coefficients of a polynomial of degree 3 - this should be a,b,c,d ... (by Ribka123)
|
by eriks
sprintf stackdumps on second call to class method -- first call fine...
|
|
[1 reply] : I'm expecting logMsg to get allocated on the heap. You're never makin... (by helios)
|
by eriks
Private methods in classes and DRY principle
|
|
[3 replies] Last: I'll post the real code tomorrow sometime. Meanwhile, maybe I should ... (by eriks)
|
by aryajur
string variable cannot be assigned
|
|
[7 replies] Last: Thanks kevin, That helps a lot. I understand what was going on n... (by aryajur)
|
by indigo
WriteConsoleOutputCharacter not working
|
|
[6 replies] Last: It sounds to me like you are goofing-up with the pointers somewhere... (by Duthomhas)
|
by chrisname
Calculating time complexity and space complexity
|
|
[10 replies] Last: Ok. Thanks, moorecm, jsmith; I understand this now. Thanks alot. (by chrisname)
|
by Null
linker errors (something with namespaces)
|
|
[8 replies] Last: In C, static global variables have module scope. In C++ we use unname... (by moorecm)
|
by antonin07130
delete array allocated in a function
|
|
[3 replies] Last: That's odd. The code you posted should not break with this message. Yo... (by RedX)
|
by readysetgo
How to create a Checksum using logical XOR
|
|
[4 replies] Last: Yes. I was a bit confusing really. You said you wanted to checksum all... (by Galik)
|
by SnowBlind
Multiple Instances of a class deriving from on instance of the SuperClass
|
|
[5 replies] Last: Thanks Guys that helps a lot. (by SnowBlind)
|