by Mike200
getline
|
|
[3 replies] Last: Thanks guys, that did the trick. (by Mike200)
|
by AlphaBravo
Unable to pass correct class pointer
|
|
[10 replies] Last: You are trying to push a std::string onto a People* vector. You need t... (by Galik)
|
by manasij7479
Addition of two matrices
|
|
[6 replies] Last: Only the last element of the array is added: class matrix { publ... (by manasij7479)
|
Switch error |
|
[6 replies] Last: tq jammas..but i did'nt really understand..huhuhuhu i'm sorry.. (by afiqah)
|
by Suzie
convert a variable
|
|
[10 replies] Last: [quote=Suzie]m4ster r0shi sugar Stop it... I'm blushing... (by m4ster r0shi)
|
by sonic1015
Sig Error: Testing out a matrix class
|
|
[6 replies] Last: Oh Ok, I think I get it. The copy constructor is only used to initiate... (by sonic1015)
|
by stephane
Optimisation
|
|
[8 replies] Last: It is also a violation of the standard to call main. ! Didn't kno... (by firedraco)
|
by michy
virtual function
|
|
[1 reply] : Yes. It's the type of object the pointer points too (class B), not ... (by binarybob350)
|
by michy
operator overloading
|
|
[7 replies] Last: Also, remember that rhs is const , so your (point) + operator shoul... (by Duthomhas)
|
static object |
|
[8 replies] Last: thanks alot for the information.... appreciate it (by michy)
|
clock |
|
[1 reply] : Your project is set for windows application you need to change it to c... (by binarybob350)
|
by jankidudel
Expression: vector subscript out of range
|
|
[3 replies] Last: It should be if (i==0) { ... The semicolon at the end is wrong. Also,... (by Athar)
|
by seshaphani
taking input from a file
|
|
[1 reply] : For reading in the first two parts, you could use an std::string. If ... (by firedraco)
|
by agoswami
New operator
|
|
[1 reply] : delete p; doesn't change the pointer in any way, it only releases the ... (by Athar)
|
why wont you work?! |
|
[1 reply] : The problems lie in the 'display words' section. cout << textnum <<... (by hamsterman)
|
by Gladdok
Memory management and std::vector.erase()
|
|
[no replies]
|
by Wander
Multi-dimensional Array
|
|
[3 replies] Last: See: http://www.cplusplus.com/doc/tutorial/dynamic/ (by firedraco)
|
by EEmsu
Using eof() function displays numbers twice?
|
|
[2 replies] Last: Because eof is only set when you try to read beyond the end of file ... (by guestgulkan)
|
by MottMan
SDL Trouble
|
|
[6 replies] Last: Just flush it, that's what std::flush is for. Opening/closing files l... (by firedraco)
|
by stavros
arguments to main()
|
|
[8 replies] Last: Yes... I was wondering if jsmith would pop up with a link like this...... (by m4ster r0shi)
|