by Thato Aphane
String Manipulation
|
|
[1 reply] : Good luck with your homework. (by imi)
|
by mirauta
inheritance- using base constructor question
|
|
[1 reply] : You declare another variable "x" in the class pointcl. This will hide ... (by imi)
|
by bekkio
for loop
|
|
[3 replies] Last: @Tamao Please don't do their homework for them... it only serves to... (by packetpirate)
|
by Morph
Member initializers
|
|
[5 replies] Last: 1 // Fig. 10.4: Increment.h 2 // Definition of class Increment. ... (by Morph)
|
by aerowenn
Maze recursion function
|
|
[2 replies] Last: I did my own homework thank you, always have, I'm not some kid asking ... (by aerowenn)
|
by bnd
Parsing data from STDIN
|
|
[1 reply] : Use the string :: find () function. #include <limits> #include <... (by Duthomhas)
|
by ShinoNoir
Testing a value that may not exist
|
|
[7 replies] Last: Ok. I did not know there was a "lucky part" :) Thank you very much ... (by ShinoNoir)
|
by markusd1474
Binary Tree question
|
|
[no replies]
|
by nano90
need it quick!!!
|
|
[3 replies] Last: this is the updated program i didnt do many corrections beside i had o... (by ARWA)
|
by TheTSPSolver
typedef?
|
|
[3 replies] Last: Thanks Immi and Bazzy, Yes, it really helped. (by TheTSPSolver)
|
by MottMan
Is it Possible to Reverse the Direction of Variables?
|
|
[1 reply] : Get the bits in the reverse order. if n & ( 1 << 31 ) is true (non-... (by jsmith)
|
by Nikoru
problems with Dev C++ (1,2)
|
|
[26 replies] Last: http://msdn.microsoft.com/en-us/beginner/cc305129.aspx Enjoy. (by packetpirate)
|
by xaNDER90
OUTPUT "MUST RETAIN A VALUE"
|
|
[6 replies] Last: You are misunderstanding return types. The return type specifies wh... (by Disch)
|
by masterrick
Conditional expression of type 'void' is illegal ???
|
|
[5 replies] Last: Thankful for the link (by masterrick)
|
by ohromeo
Input/Output with files problem
|
|
[2 replies] Last: Thank you so much. (by ohromeo)
|
by ALB
Question on linked lists
|
|
[2 replies] Last: thanks (by ALB)
|
by a friend
a question
|
|
[5 replies] Last: This is undoubtedly the most often asked for problem on the forum. I ... (by moorecm)
|
by EEVIAC
Allocating and Array with "new"
|
|
[7 replies] Last: I did a little more reading... I get it now .... thanks for all help (by EEVIAC)
|
by Woden501
Linked List sorting lockup
|
|
[no replies]
|
by OhShift
Issue with Creating a Pointer Array.
|
|
[2 replies] Last: Whoops, should have made clearer in the first post. arrSelectSort()... (by OhShift)
|