by vagelis
const int *
|
|
[2 replies] Last: yes this helps!! thanks a lot.. (by vagelis)
|
by joeneldeasis
can anyone convert this in C?
|
|
[1 reply] : Do you know C? If you do, it should not be hard to see that code above... (by kspangsege)
|
by aryajur
Linked list with and without destructor
|
|
[2 replies] Last: I would probably declare 'B' and 'nl' to be of type 'list *' rather ta... (by kspangsege)
|
by PiMaster
Program only works in C::B debug mode...
|
|
[5 replies] Last: In string::operator= resizedata(s<<1-datasize); warning: suggest p... (by ne555)
|
by alshidis
hangman...
|
|
[3 replies] Last: This is not a hard program and you got a good set of the features. Wha... (by wolfgang)
|
by blyan
objects in memory
|
|
[7 replies] Last: hi simeonz, I think I will probably be modifying the infrastructure... (by blyan)
|
by Toothkiller
AKS test discussion
|
|
[8 replies] Last: Then use relative error instead of absolute, or pass a smaller toleran... (by ne555)
|
by AJBats
Iterators for unknown stl container
|
|
[3 replies] Last: The data in the container is actually owned by the user. This sou... (by Disch)
|
by Gust02
wraparound number !!?
|
|
[7 replies] Last: I made you a programming paradigm. http://www.cplusplus.com/forum/lou... (by Kyon)
|
by Icenel
Password disguise
|
|
[6 replies] Last: Hi there, this is a bit untidy and dirty code...but will do the trick.... (by Celtc)
|
by Celtc
*Char Variables Overwritten?
|
|
[2 replies] Last: Thank You!! I didn't know that the pointer fpass remains with the same... (by Celtc)
|
by dodo
plz do this project
|
|
[19 replies] Last: It is not even remotely moral to write the code for you (, nor would I... (by simeonz)
|
by pizet
Arithmetic expression
|
|
[4 replies] Last: Final version. bool readElement(int& value,char& character) { ch... (by pizet)
|
by aryajur
Derived Classes with 1 member different
|
|
[5 replies] Last: Hi Naraku, Sorry I didn't understand. Which library? (by aryajur)
|
by acorn
pure virtual question this time
|
|
[2 replies] Last: thanks for the insite. i will certainly give more thought to the actua... (by acorn)
|
by acorn
question about virtual keyword
|
|
[3 replies] Last: I tested it with a more advanced example using polymorphism and you ar... (by acorn)
|
by chisser98
fstream getline(..) segfault
|
|
[6 replies] Last: hey all, Thanks again for the advice. Personally, I prefer K&R, bu... (by chisser98)
|
goto and exception |
|
[14 replies] Last: If you are using C++, stick with exceptions. If you want exceptions... (by Duthomhas)
|
Keyboard handler |
|
[1 reply] : If you are using Windows, you need to install a "system" (aka global) ... (by Duthomhas)
|
by akramm
A bug in the program is open
|
|
[4 replies] Last: spray insecticide to the bug so that your program will work smoothly. ... (by joeneldeasis)
|