|
by Miffiq
Reading integer from file, in digits
|
|
|
|
[10 replies] Last: I need each digit to be in a separate int. So why aren't you doing t... (by Miffiq)
|
|
by dianavidol
cipher not encoding more than one word
|
|
|
|
[1 reply] : Why are you using cin>> immediately before getline()? Try just using o... (by Zhuge)
|
|
by Miffiq
Login System (with database file)
|
|
|
|
[4 replies] Last: Figured it out myself. Just sat down and started thinking... Anythin... (by Miffiq)
|
|
by drogbatorres
HELP CREATING LINKED LIST OF VECTORS
|
|
|
|
[1 reply] : Your post contains three occurrences of the word "list", and somehow n... (by Catfish2)
|
|
by Script Coder
Problem with openGL compilation
|
|
|
|
[3 replies] Last: Try http://www.transmissionzero.co.uk/computing/using-glut-with-mingw/... (by ne555)
|
|
by guilhermecm
Reading ifstream until predefined character
|
|
|
|
[5 replies] Last: well, I did it and it actually worked, so problem solved (in 3 or 4 li... (by guilhermecm)
|
|
by iamlms
How to declare(not define) a class with a derived relationship
|
|
|
|
[4 replies] Last: Yes. Either include "D.h", or use cast. I think no other way. Thanks. (by iamlms)
|
|
by Peter87
enum class as map key
|
|
|
|
[5 replies] Last: > I guess I just have to specialize std::hash for my enum classes Req... (by JLBorges)
|
|
by TheNavigator
Dealing with SQL/ODBC
|
|
|
|
[3 replies] Last: It's the string you pass to the ODBC driver that tells it how to conne... (by kbw)
|
|
by hooshdar3
function_pointer_1
|
|
|
|
[6 replies] Last: > I now look for the reqasons for the error. The binary + operator ... (by JLBorges)
|
|
by takzee
Passing class as parameter
|
|
|
|
[11 replies] Last: Your problem seems to be your confusion about the use of the & symbo... (by Galik)
|