by cpplover
program accepts only one value
|
|
[12 replies] Last: Try: int i; for(i = 0; i < 5; i++) (by ciphermagi)
|
by NetHacker
Questions about Chatbots and Self-Modifying Code
|
|
[2 replies] Last: The answer is yes, and at the same time, no. C++ is not a self-refl... (by ciphermagi)
|
by jmlpor98
If/Switch statement that always runs
|
|
[3 replies] Last: Actually, you could include cin in your function: bool checkSomethi... (by iperetta)
|
by nyaeggy
Help with a problem! mainly getting started
|
|
[5 replies] Last: const double SAVING_BONDS = 0.25 needs a semi-colon. (by whitenite1)
|
by iperetta
Returning Pointer-to-Member from a Class Method
|
|
[2 replies] Last: Nope :-( The first error is still there. A new error on lines 32, 33... (by iperetta)
|
by iperetta
Operator 'delete' applied to 'new' created variables needed as return of a function
|
|
[8 replies] Last: Thank you, guys! (by iperetta)
|
confused about classes |
|
[9 replies] Last: Tolerated, look at this constructor: MyClass(int c){ i = c; }... (by ciphermagi)
|
by G3n3Rall
Help ! [C++]
|
|
[3 replies] Last: np, message me on your progress (by strongdrink)
|
by ToniAz
#pragma comment GCC equivelent
|
|
[5 replies] Last: At the command line, you compile by typing "make". Different environme... (by Duthomhas)
|
by unbdd
difference between list::insert() and list::splice()
|
|
[1 reply] : Yes. insert() inserts an element of the list, and splice() inserts ano... (by Zhuge)
|
by XiviC 03
How to disable minimize box
|
|
[4 replies] Last: +1 Duoas (by Disch)
|
by mzimmers
file read picking up linefeed as numeric value
|
|
[no replies]
|
by nyaeggy
syntax error
|
|
[6 replies] Last: Consider each statement in C++ as the axis of time. You cannot solve ... (by moorecm)
|
by Vyperhate
Sentinel Value Controlled Loops
|
|
[14 replies] Last: I created a while loop for finding the lowest score... You don't nee... (by shacktar)
|
How to print out all scores user inputs? For loop |
|
[10 replies] Last: i know that main should always be int, but i only practice this when t... (by Ng Han Seng)
|
by ForeignCurs
Peculiar Structure Array Bug
|
|
[6 replies] Last: Found it. A check used && instead of ||, which caused the array to acc... (by ForeignCurs)
|
TEMPLATE linked list , HELP !!!!!!!!!!! |
|
[1 reply] : I've corrected only compile errors: #include<iostream> #include<stdli... (by Syuf)
|
Exception vs. Return Value |
|
[4 replies] Last: Exceptions and error handling http://www.parashift.com/c++-faq-lite/... (by closed account 1vRz3TCk)
|
by larry burns
Having trouble with passing array of pointers to functions to other functions
|
|
[2 replies] Last: I only want KaibaMainPhase to call how ever many arrays the user asks ... (by larry burns)
|
by Ms Carm
four digit code in C++
|
|
[11 replies] Last: I guess, it would depend on what the requirements are. Is it importan... (by closed account 1vRz3TCk)
|