by tlm884
Loop Question
|
|
[4 replies] Last: Be careful... C++ is case sensitive. It's for /*not*/ For . Also, ... (by Albatross)
|
by crazyblue
reading a sentence until double word
|
|
[1 reply] : Keep a dictionary of used words. (by ne555)
|
by AzuS
C++ Beginner with Arrays Advise
|
|
[11 replies] Last: Why not get the smallest int from each, then compare those to find out... (by MottMan)
|
by musiclvr
problem with formatting my for loop
|
|
[1 reply] : Nobody can help me?? :( (by musiclvr)
|
by Vijayan
getch() in c++
|
|
[4 replies] Last: Here is a hello world example: http://tldp.org/HOWTO/NCURSES-Programmi... (by Bazzy)
|
by RaxeN
C++ Reading a txt file into an array.
|
|
[1 reply] : you could just do the following too (Note: code not compiled & does no... (by naivnomore)
|
by Jsel
outputting information to a file
|
|
[4 replies] Last: I think I found the problem.. take a look at the if block condition - ... (by Jsel)
|
by swalton
done
|
|
[1 reply] : Well, the first error message is telling you that you have two identic... (by moorecm)
|
by icu812
simple calc, bad result
|
|
[1 reply] : Precision problems: http://docs.sun.com/source/806-3568/ncg_goldberg.h... (by firedraco)
|
by L E G I O N
Card class problems
|
|
[1 reply] : The constructor in a header takes a RANK and a SUIT: CARD(RANK,SUI... (by Disch)
|
by vivmen
function like sizeof
|
|
[6 replies] Last: Thanks Jsmith. (by vivmen)
|
by SuperiorJT
Do-While statement problem
|
|
[7 replies] Last: I got that to work, but i have another problem. i decide to make more ... (by SuperiorJT)
|
by peter hurley
CGI of human heads
|
|
[3 replies] Last: Please use code tags when posting on the forums, makes your code more ... (by gcampton)
|
by joseplusplus
Subscript on string pointer
|
|
[3 replies] Last: Pay attention to operator precedence http://en.wikipedia.org/wiki/O... (by Duthomhas)
|
by Mark wylie
quick question about c++ thanks
|
|
[1 reply] : well, you should probably print the roots.. (you can write cout << "x... (by hamsterman)
|
by Aeon221
Mean/Medium Function Questions
|
|
[4 replies] Last: I originally had the historysize declared as a const int, but I'm wor... (by Athar)
|
by Swiftslide
Override static class constant in a subclass?
|
|
[1 reply] : You can override a getter function. But why don't you make profitMarg... (by Bazzy)
|
by Analyzer
Pass by reference pass by pointer
|
|
[9 replies] Last: Actually there is some history I believe in place here. Before C++ is ... (by sohguanh)
|
by leadergld
Storing every variable in use and max variable limits
|
|
[no replies]
|
by ThePixel
New to C++, need a challenge.
|
|
[5 replies] Last: Great link, thanks MottMan! (by closed account 3TkL1hU5)
|