by Sylverlin
Specializing char_traits with your own char type (UTF-8 issue clear-up)
|
|
[3 replies] Last: LOL, it isn't that complicated. Most of the grief comes from being for... (by Duthomhas)
|
by Solrac
Need to access Oject returned as answer to function as pointer
|
|
[3 replies] Last: I do have functions in solutionNLE to communicate the answers (lines 4... (by Solrac)
|
by ModShop
compiler mystery...weird
|
|
[8 replies] Last: Hmm, didn't know that forward slashes did that. That explains everythi... (by ModShop)
|
by kraigballa
eof() problems - doubling last value
|
|
[2 replies] Last: Thanks Bazzy, worked like a charm! (by kraigballa)
|
by jammas615
convert char * to double?
|
|
[13 replies] Last: You can put also streams in a condition if ( ss >> x ) // ... el... (by Bazzy)
|
by appnerd
MY CODE KILLED MY COMPUTER!!!!!
|
|
[15 replies] Last: His code doesn't kill my computer, but mine is linux. (by rocketboy9000)
|
by Solrac
solved
|
|
[1 reply] : Just a guess, SolutionNLE::getSolution() needs to be declared like thi... (by PanGalactic)
|
by acpaluri
error in 'if' checking
|
|
[2 replies] Last: Thanks!! Didnt know integer truncation was done this way. (by acpaluri)
|
by gibble
[VS2008] Cannot compile in debug mode, works in release.
|
|
[3 replies] Last: Thanks, I managed to get around it by importing the project into VS201... (by gibble)
|
mmn |
|
[2 replies] Last: You have failed to open and read the contents of the filename entered ... (by mikeofthenight)
|
by kraigballa
Create Binary I/O file
|
|
[3 replies] Last: There isn't a good way to determine file size using standard C++ but t... (by Bazzy)
|
by phenomen1
ext/hash_map Multithread
|
|
[2 replies] Last: I want to lock hash_map before insert Something like that has... (by phenomen1)
|
by sharris
Count the occurrences of "ALL" matching words in an user input sentence?
|
|
[4 replies] Last: Nevermind .. From all I tried today it seems that this is going to tak... (by sharris)
|
by bewers2
NonSensical Compile Error
|
|
[2 replies] Last: Nailed it, the other functions weren't returning errors as I had nothi... (by bewers2)
|
by bewers2
Macro Expansion Question
|
|
[1 reply] : The best that I am aware that you could do is smth like this: #defin... (by simeonz)
|
Errors when porting from MSVC to GCC |
|
[4 replies] Last: The problem is that you can not provide temporary objects when the par... (by simeonz)
|
homework please due in an hour thirty |
|
[no replies]
|
assignment due at 12 i have done most of the work just a few errors |
|
[2 replies] Last: you gotta help me out this is 2.5 points out of a hundred im pretty d... (by closed account D9hk4iN6)
|
trying to learn c++ and now im stuck |
|
[no replies]
|
by apfinger
How to make a general query function using ODBC
|
|
[14 replies] Last: I'm not suggesting the final solution be done using a VARIANT. I want... (by kbw)
|