by jvwillia2016
IF statement inside a switch
|
|
[4 replies] Last: See my post that wasn't on your page when you viewed Peter87's post. (by LB)
|
by Jamerack
Sentence program
|
|
[2 replies] Last: Thank you! (by Jamerack)
|
by hunkeelin
Question about handles
|
|
[6 replies] Last: At this point we can only guess at what he is talking about. From the ... (by Computergeek01)
|
Problem with an excercise |
|
[4 replies] Last: Oh, thank you Peter. I got it now. (by closed account EwCjE3v7)
|
by Chubby
find the highest element
|
|
[7 replies] Last: i change it and it outter bound: the output is This is the max 20 Pos... (by Chubby)
|
by ephique
Simple "Inventory" function?
|
|
[no replies]
|
by adriyel
Making a simple shape move in opengl
|
|
[2 replies] Last: for moving the square, there are two ways to do it, a right way and a ... (by NGangst)
|
Problem with if else multiple condition |
|
[4 replies] Last: thanks for your help...since i wasnt allowed to use cout and cin for m... (by closed account 2zwTC542)
|
by geniusberry
*this Pointer and Overloading Operators
|
|
[2 replies] Last: thank you! (by geniusberry)
|
by nolannpm
Getchar?
|
|
[4 replies] Last: what is the cin. ? It works same as your getstring() is supposed to ... (by cyberdude)
|
by jshm415
Classes C++ and Arrays
|
|
[5 replies] Last: cout<<"thanx"; (by ak16)
|
by jshm415
Classes C++
|
|
[2 replies] Last: Is it possible that two objects from the same class assess each other... (by coder777)
|
Clean up echo output |
|
[8 replies] Last: > This program has to work with any .txt file using the same type of d... (by JLBorges)
|
by XRenegadeX
I don't know where to start !
|
|
[1 reply] : Namespaces are easy. The just require you to prepend myNamespace:: to... (by Stewbond)
|
by fahmankhan75
Opening an output file
|
|
[1 reply] : Both methods work. In your code, you create an ofstream object, the... (by Stewbond)
|
by itayz
Issue in a simple program
|
|
[4 replies] Last: put 24,25,26 right after line 31 (by coder777)
|
by phil94
Reducing rationals
|
|
[3 replies] Last: I love you guys so much. Bookmarking this to study. I appreciate it a ... (by phil94)
|
by ak16
Virtual base class
|
|
[5 replies] Last: Hi cire, waiting for reply... (by ak16)
|
by kingkong200
Can't assign int* to int?
|
|
[3 replies] Last: Though you may want to note that you can make temp equal the contents ... (by Zhuge)
|
by newbieg
operator overloading
|
|
[1 reply] : Make it const-correct. // mystring mystring::operator+(mystring& rig... (by JLBorges)
|