by ankushnandan
Macros
|
|
[9 replies] Last: Well, yes, I suppose how the preprocessor is implemented is undefined,... (by chrisname)
|
by DeadH34d
Thanks everyone!
|
|
[no replies]
|
by mbrinkley
Why is this outputting zero's?!?!?!
|
|
[7 replies] Last: I should add, that you most probably won't notice a difference with th... (by chrisname)
|
by Keaser
Want to make cin.get accept chars after enter is pressed
|
|
[2 replies] Last: Yes this does help explain why I couldn't enter input after cin.get() ... (by Keaser)
|
by vampire
How to cast object from class string to c_string by a function
|
|
[1 reply] : Look up c_str(). (by closed account jwC5fSEw)
|
by mirauta
expected unqualified-id error
|
|
[2 replies] Last: Well, you're not seeding your rand function or even including the libr... (by closed account jwC5fSEw)
|
Question about std::string erase |
|
[1 reply] : the second parameter is the number of characters to erase. (by jsmith)
|
by Kazamman
Graphics
|
|
[4 replies] Last: Usually yes with everyone. The developers didn't go through all of tha... (by Computergeek01)
|
by anzki4
"Moving" strings, ints etc.
|
|
[2 replies] Last: Oh sorry to bother found out that above works fine. (In original code ... (by anzki4)
|
by bnd
can't get input from a function called within a class
|
|
[1 reply] : A contents of a class are private by default. You need to declare the... (by kbw)
|
by talhamian
cant understand this program ...
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by kbw)
|
by Ipolit
Deletes text in brackets from a txt file
|
|
[3 replies] Last: thnx oghmaosiris . Im new to this forum... (by Ipolit)
|
by confused23
Problem with vectors
|
|
[8 replies] Last: lol, I just saw your last post... (by m4ster r0shi)
|
by cpnewbie
Errors with code!!
|
|
[2 replies] Last: alright I have corrected the code and have it to where it will ask for... (by cpnewbie)
|
by jaymilum
C programing problem. Any assistance would be greatly appreciated.
|
|
[5 replies] Last: @qtpan, if you really want to be a good at programming use the right... (by chrisname)
|
by Tomdon
Can't get it to Average correctly
|
|
[no replies]
|
having issue with random number and arrays |
|
[4 replies] Last: got it now, thanks. for ( roll = 0; roll < size; roll++) b = (ran... (by theMadMonster)
|
by pewpewlaser
error
|
|
[1 reply] : Close the instance of the program before attempting to recompile. O... (by helios)
|
by John Linux
Void Recursive -> Int Recursive Conversion
|
|
[1 reply] : Sorry I would like to add that these methods are not for inorder trave... (by John Linux)
|
by sicwithstiX
GRADE ARRAY_NEED ADVICE FAST
|
|
[6 replies] Last: Hi I am having a similar problem my code is: #include<iostream> #... (by cpnewbie)
|