by pooshi
C2061 Identifier Error
|
|
[4 replies] Last: That's a good question and the answer quite obvious. Thanks. (by pooshi)
|
by aymanbah
Error: a nonstatic member reference must be relative to a specific object
|
|
[1 reply] : Room_List is a class and get_first is a method. method is a function t... (by hamsterman)
|
by tgckpg
My program crashes, but not in debug mode.
|
|
[11 replies] Last: That's ok, and your English is pretty good :) (by chrisname)
|
by holtdean
Need help with a loop program
|
|
[1 reply] : I do believe that your first if statement is wrong. It should be. ... (by king214)
|
How would I write a definition of the function? |
|
[6 replies] Last: You might have learned more if you had been told how to do it rather t... (by chrisname)
|
by zorphon
C++ as a starting point? (1,2)
|
|
[28 replies] Last: I would not recommend learning Python first; I think C++ makes a fairl... (by chrisname)
|
by Stupebrett
Saving highscore
|
|
[2 replies] Last: http://www.cplusplus.com/doc/tutorial/files/ (by Bazzy)
|
Couple of errors in my code |
|
[2 replies] Last: Thank you very much for your help :) I see now that the errors don't s... (by Jonnyisonfire)
|
by spitfire6000
Need help with single string variable + substring getting
|
|
[4 replies] Last: cin >> fullName; //only reads to the first whitespace character (' ',... (by Mathhead200)
|
by TheNoobie
Constructor/Destructor
|
|
[12 replies] Last: Thanks for all the advice/help everyone. For those talking bad about m... (by TheNoobie)
|
by CoopDH
Scope problems
|
|
[3 replies] Last: Thanks guys, After getting this bug solved now im getting another one ... (by CoopDH)
|
by exca
infinite loop- help needed, urgent
|
|
[13 replies] Last: I don't know if you could implement your code with my method easily e... (by Mathhead200)
|
by alanthreonus
Checking User Input
|
|
[1 reply] : #include <iostream> #include <climits> using namespace std; int mai... (by sasanet)
|
by vladootz69
Help for battleship game
|
|
[1 reply] : Don't post a download link of a program you claim is what you are work... (by Codefreak101)
|
by tjtilime
Help on correcting this code on Dev C++
|
|
[3 replies] Last: 4 isn't prime because it is divisible by 2. Since for the loop goes f... (by firedraco)
|
by mauri23
Understanding variables scope and function calling
|
|
[2 replies] Last: Yes, but strings are objects, and thus the copy constructor is called.... (by firedraco)
|
by eman ahmed
reading any file
|
|
[4 replies] Last: no ya (by eman ahmed)
|
by frolacosta
Check if x is not an integer
|
|
[12 replies] Last: [quote=packetpirate]Grey Wolf, your method does not allow for other da... (by closed account z05DSL3A)
|
by adrianooo231
Delay after cout
|
|
[5 replies] Last: Oh that's awesome I thought there would be something like that I just ... (by Codefreak101)
|
by ItchyElbow
reading 2 integers from a file and then characters
|
|
[1 reply] : Just use file >> number1 , etc. (by kooth)
|