by Dinot
Question about predicates and error in code
|
|
[3 replies] Last: AFAIK, in Windows, Ctrl-Z at the start of a line always signifies eof. (by JLBorges)
|
by diamondb
problem with c++ while loop
|
|
[1 reply] : In each while loop you have the input twice, e.g.: cout << " Enter you... (by coder777)
|
by mishappp
Splitting a double linked list in half and appending the first half.
|
|
[5 replies] Last: I noted one of my point was misleading but i just re-edited that plus ... (by closed account SECMoG1T)
|
Invalid Null pointer? |
|
[1 reply] : Nvm fixed it stupid me why did I put = 0. (by Code Apperentice)
|
by Vito
Confused with x++,++x and /
|
|
[2 replies] Last: I'm surprised it even works. As MiiNiPaa mentioned, what you're attemp... (by Immo)
|
by lotuzz01
Need help with 10x10 array assignment
|
|
[3 replies] Last: You might want to read the tutorial on arrays: http://www.cplusplus.co... (by dhayden)
|
by DEnumber50
Cannot convert argument 'int' to 'char &'
|
|
[7 replies] Last: template <typename T> T& myVector<T>::operator (std::size_t index ... (by dhayden)
|
by diamondb
I dont know how to cout for error
|
|
[10 replies] Last: You have a few errors in your program with braces. You definitely need... (by Immo)
|
by Scythifuge
Confused
|
|
[18 replies] Last: It is not antiquated at all. The namespace eases the monotony of std::... (by Immo)
|
by Charli
ofstream: insert data in a file without overwriting
|
|
[3 replies] Last: Files will probably be slower, but they have advantage of not having t... (by MiiNiPaa)
|
by xsxsux
Got a little file problem..
|
|
[1 reply] : You probably saved the file in the wrong location. The program looks f... (by Peter87)
|
by OPzCatchMee9
Need help on pointer/address
|
|
[5 replies] Last: this would evaluate to the dereferenced value at the address of the po... (by aarnold404)
|
by lollipoppop
Last Few Memory Game Questions
|
|
[2 replies] Last: Here are the complete instructions I've received and I've barely crack... (by lollipoppop)
|
by MrBond90
Need help adding value to first 0 element in array
|
|
[5 replies] Last: Having the value -858993460 (or similiar values) happens sometimes whe... (by JayhawkZombie)
|
by nyghtowl736
Need help with a calendar project
|
|
[no replies]
|
by Danny7
function biggest numbers help
|
|
[6 replies] Last: If so, then just pass them by reference if you want the change to be p... (by JayhawkZombie)
|
by suquesdeek
reading data from a file works until trying to read floats
|
|
[1 reply] : Set a breakpoint at line 82 in your compiler so when you debug it the ... (by aarnold404)
|
by Danny7
function larger interger
|
|
[2 replies] Last: thank you! (by Danny7)
|
by brandona15
terminate called after throwing an instance of 'std::length_error'
|
|
[no replies]
|
by Xavier3MG
Help with Vector Averages
|
|
[4 replies] Last: yeah, right after replying, i fiddled around with it a bit. vector<... (by Xavier3MG)
|