School project |
|
[1 reply] : Standard C/C++ doesn't provide enough functionality for this. So you h... (by coder777)
|
by xuancong84
blatant missing entry for std::string::operator==, please fix
|
|
[2 replies] Last: Aren't all the comparison operators just wrapped versions of the strin... (by Gaminic)
|
by Gaminic
clock() timing inconsistencies
|
|
[1 reply] : After a few more tests, it seems it's not the value of K that changes ... (by Gaminic)
|
by whyunomad
Problem with Ackermann-Funktion
|
|
[6 replies] Last: What do you mean MikeyBoy ? You mean that it should ask a user to re... (by whyunomad)
|
by jem19
Snippet (for loop, while loop, do while loop)
|
|
[1 reply] : Check http://www.cplusplus.com/doc/tutorial/control/ for an introducti... (by Gaminic)
|
by ChrisMoore2
I am at a loss as to why this doesn't work
|
|
[6 replies] Last: Thank you very much for the reference material link. I was able to us... (by ChrisMoore2)
|
by jmald89
Need to insert a loop to the main menu!
|
|
[no replies]
|
by tatalis
C++ Madlib Project
|
|
[4 replies] Last: just for my curiosity's sake, what's in the file that is trying to be ... (by jasonwynn10)
|
Strings and what they mean |
|
[1 reply] : really -_- two accounts and two posts?! http://www.cplusplus.com/fo... (by jasonwynn10)
|
Strings and What they mean |
|
[1 reply] : really -_- two accounts and two posts?! http://www.cplusplus.com/fo... (by jasonwynn10)
|
by jonmackey22
Binary File Input
|
|
[1 reply] : getline only works for reading strings of characters. total is an arra... (by Peter87)
|
Coding a Game, Need Some Help |
|
[5 replies] Last: Alright, thank you. I feel kind of stupid, but I guess it makes sense.... (by hippopocalypse)
|
by bently579
Reading list from input file,place in array, print the index of the name
|
|
[3 replies] Last: OK then you are ready to go. Just declare an array like this: #de... (by Thomas1965)
|
by liverpool08
solved
|
|
[2 replies] Last: Also, on BINGO cards: The 'B' column only has number 1 - 15, The... (by doug4)
|
by Mr T
Reading values out of the Windows Registry
|
|
[5 replies] Last: > Does that mean that calls like GetEnvironmentVariable are effectivel... (by JLBorges)
|
by nav7022
2 doubles
|
|
[3 replies] Last: First of all, variables of type double are real number (with decimal... (by doug4)
|
by bsc123
breaking out of loop during void
|
|
[2 replies] Last: so I have a void that I am putting in a loop. What do you mean by th... (by doug4)
|
by doris09
errors
|
|
[2 replies] Last: These are the syntax errors I get: #include <iostream> using names... (by Thomas1965)
|
by kalki
How to solve memory leak problem? By new and delete operator
|
|
[10 replies] Last: I made some modification to code. Oh, well that makes everything so ... (by MikeyBoy)
|
Adding Arguments to my program |
|
[3 replies] Last: At the point where you want to check whether a filename has been speci... (by MikeyBoy)
|