trouble with my sort function |
|
[6 replies] Last: Guys, any ideas on the above? (by cplusplusrookie)
|
by dbailey7
First Call To cin.getline() Inside For Loop Returns No String
|
|
[1 reply] : All, I found the solution to my problem by browsing over to the MSD... (by dbailey7)
|
by tonnot
How to extend class to a class I have in the same file
|
|
[3 replies] Last: Yes, of course. Thanks (by tonnot)
|
by Janman
XOR encrypter
|
|
[9 replies] Last: If I left you with the impression that you have to use two integers th... (by Computergeek01)
|
by tonnot
About parsing data from files opened in binary mode.
|
|
[2 replies] Last: Thank you very much ! (by tonnot)
|
by danaigo
understanding overloaded << and >>
|
|
[2 replies] Last: sounds like a good starting place, I think I am going to look up more ... (by danaigo)
|
by dtw103184
Any ideas on geting my program working for C++ class no idea what it needs
|
|
[2 replies] Last: dtw103184 , Please do not post the same question in multiple for... (by closed account z05DSL3A)
|
by mgilchrist
Trouble with loop program
|
|
[4 replies] Last: Thanks so much everyone! I could not have figured that out myself. (by mgilchrist)
|
by dynamiclc
How to pass a char* string parameter to a function
|
|
[1 reply] : ur wchar_t* ws = "data" is incorrect. all widechar assignment needs th... (by Ultima)
|
by gatmalice
VC++ vs Dev-C++
|
|
[2 replies] Last: VC++ and Dev-C++ are IDEs (Integrated Development Environment). They a... (by hamsterman)
|
by gatmalice
If else if indenting style - Comments welcome
|
|
[4 replies] Last: @moorecm: Two other alternatives are to use min() and max() to sel... (by gatmalice)
|
by abhiverma812
Difference between cout and printf
|
|
[7 replies] Last: When you want to append a newline to the output you can instead use th... (by filipe)
|
by shan03
how to access sql using c++?
|
|
[1 reply] : - Try using a network engine such as RakNet. It saves you time and al... (by Ultima)
|
by tonnot
Tutorial for file binary in-out & buffers
|
|
[1 reply] : Buffer is just a block of memory. If you know where things are in it a... (by hamsterman)
|
by Fantasy
cant understand anything from directx 10 need ADVICE
|
|
[2 replies] Last: Could be your issue is too broad. People are usually offered help with... (by closed account D80DSL3A)
|
by CJ13
Binary search using word strings?
|
|
[1 reply] : std::string has operators < and > overloaded. if you want to use c-st... (by hamsterman)
|
by tonnot
Nobody read my topics ?
|
|
[1 reply] : What happens ? Maybe no-one has seen you your posts yet, or you hav... (by closed account z05DSL3A)
|
If and else being executed simultaneously |
|
[2 replies] Last: Your else statement is paired with your if (hour==0) statement. A... (by Moschops)
|
by xCaldazar
Vectors chars and strings with Morse Code
|
|
[4 replies] Last: I think the problem was that cin>>temp was not grabbing the spaces in ... (by xCaldazar)
|
by naudin23
No Idea what these compile errors are trying to tell me...
|
|
[3 replies] Last: if (compute_discriminant=zero){//this is wrong. /*the = operator is ... (by rocketboy9000)
|