by yasser
How to add the user to file ?
|
|
[no replies]
|
by nix
Object Oreintied Program using jasaw
|
|
[3 replies] Last: I have started the design and urgently need help I am completely stuck... (by nix)
|
by akilguo
what is a reference to pointer intended to do?
|
|
[10 replies] Last: i mean is BTnode a pointer to a reference? or a reference to a pointer... (by blackcoder41)
|
by tick
Reading from a file / MySQL Database
|
|
[1 reply] : if you want a simple app then just use a text file, if you need to sto... (by blackcoder41)
|
by bacedif
do you have to re-type "virtual" in derived classes
|
|
[3 replies] Last: I agree with Bazzy on re-typing it. It is a convenient reminder or a ... (by moorecm)
|
by zappa
Read File Into Array
|
|
[4 replies] Last: http://cplusplus.com/doc/tutorial/files/ the example at the bottom ... (by gcampton)
|
by akilguo
Something really strange in the parameter list of a member function !
|
|
[2 replies] Last: Oh, I see, thanks ,man! (by akilguo)
|
by yoked88
Prime Numbers
|
|
[14 replies] Last: I guess the definition was put to rest in the 1970's from what i am re... (by BettyBoopTS)
|
by jackpoophard
What is the difference between strings and cin?
|
|
[1 reply] : if x is a string, cin >> x; will read only a single word, getline(c... (by Bazzy)
|
by gcampton
Organisational experts :)
|
|
[no replies]
|
by gaggerzon
Dev-C++ or MS Visual C++ or Ather Program
|
|
[3 replies] Last: code blocks is good, very simple. and also runs single files. or ... (by gcampton)
|
by yoked88
Looping (1,2)
|
|
[24 replies] Last: There are 3 forms of pow. Each form is an entirely seperate function.... (by Disch)
|
by olredixsis
returning an array using pointer
|
|
[2 replies] Last: whoa! thank you very much Disch. I never thought about that! (by olredixsis)
|
by stingBlah
Find Mth to last node on a singly liniked list...
|
|
[6 replies] Last: You shouldn't have to loop through the list more than once: firedra... (by Disch)
|
by Mazd
Challenges for biggeners
|
|
[5 replies] Last: I learnt from my physics teacher,that better way of studying hard subj... (by Mazd)
|
by stingBlah
Simple pointer question...
|
|
[3 replies] Last: It only makes sense if the pointer will continue to exist later. For e... (by helios)
|
by stingBlah
How to check if memory allocation failed?
|
|
[1 reply] : If "new" fails, does it return a null pointer? Only if you use t... (by Disch)
|
by Hakameda
Calling a char Function
|
|
[6 replies] Last: Thank you for the insight, that really clarified a ton of what I learn... (by yoked88)
|
by gcampton
would like better implementation
|
|
[14 replies] Last: [quote=bazzy]There's no difference, a string literal is a char array ... (by blackcoder41)
|
by GRH
Route problem (1,2)
|
|
[22 replies] Last: I've already solved that problem Disch, but thanks :) Now I'm display... (by GRH)
|