Simple program utilizing various things |
|
[4 replies] Last: How about a simple name checker. You ask for an input (string), sto... (by cnoeval)
|
by LittleQuick
Skipping if statement
|
|
[4 replies] Last: alright cool! Thanks, I wasn't using strings because of my teacher, bu... (by LittleQuick)
|
by blurterry
I don't even know where to start "operation on fraction"
|
|
[6 replies] Last: #include <iostream> using namespace std; ... (by blurterry)
|
by Joseph1975
Passing array to void function
|
|
[5 replies] Last: Return a struct (i.e. a pair<double, double> ). Or pass two paramete... (by ne555)
|
by makan007
Pointer & Function
|
|
[2 replies] Last: Ways to call the method: display(); (*this).display(); //I'm not su... (by ne555)
|
Rotate part of a 2d array |
|
[2 replies] Last: @Return 0: I think he means this: http://www.cplusplus.com/reference/a... (by Computergeek01)
|
Undefined reference to function |
|
[3 replies] Last: I'm confused... why do you have your function prototype in both main.c... (by Return 0)
|
by pmikee
Redirecting the console output into an array?
|
|
[4 replies] Last: Thanks for helping! (by pmikee)
|
by p00nani
hello i have a problem with the rand function
|
|
[3 replies] Last: you call srand() within the while loop and you're using a const value ... (by coder777)
|
by local breeze
Plugin for STB ( SET TOP BOX)
|
|
[no replies]
|
by local breeze
Plugin for STB ( SET TOP BOX)
|
|
[no replies]
|
by linsll68
I don't even know where to start "Overload relational operator =="
|
|
[1 reply] : Start here: http://www.cplusplus.com/doc/tutorial/classes2/ Over... (by Tabian)
|
by aphex
Repeat Code, cmath & memory storing
|
|
[8 replies] Last: hi , try adding this code around your input tempChar ... (by shredded)
|
by elvis0288
chaging from array int to array char
|
|
[no replies]
|
declaring if statements |
|
[2 replies] Last: ah thanks that helped, but now i face another dilemma: i created an if... (by organicjustice)
|
by smcguffee
Constructor Initialization List With Non-NULL Pointers
|
|
[3 replies] Last: Try this. You can replace the "2" with something else, of course. ... (by jsco)
|
by makan007
Object Oriented Qns
|
|
[5 replies] Last: Disch, tks for the concise explanations. (by makan007)
|
by swalton
Binary Tree fragment
|
|
[7 replies] Last: Awesome i got it to compile! :D thank you so much! is there a way that... (by swalton)
|
by jjp
Counting characters from a file
|
|
[2 replies] Last: int main() { ifstream ifs("read.txt"); if (!ifs) { cout... (by firix)
|
by Dextrous192
Pointers for a learner.
|
|
[2 replies] Last: The C+ + Programming Language(Bjarne Stroustrup) you need to read thi... (by firix)
|