by anthonys1mom
Calendar program to count the days...
|
|
[1 reply] : :) You have a semicolon after: while (day>maxDay) (by keepjumpin)
|
by mzdr
syntax errors g++ compiler
|
|
[6 replies] Last: ./a.out worked ... I'm new to linux , on and off for about a yea... (by mzdr)
|
by moriarty
Advice please--working but not working program.
|
|
[3 replies] Last: lol. I guess I should have refreshed the page before posting. Also, h... (by keepjumpin)
|
by TomBess
Porting problems
|
|
[1 reply] : Firstly, http://www.cplusplus.com/forum/articles/28558/ Now, what is ... (by hamsterman)
|
by jpc271
Change machine off by a penny... sometimes.
|
|
[5 replies] Last: Thank you so much! (by jpc271)
|
by grutsch
using "scientific" and positive and negative numbers
|
|
[1 reply] : what about std::showpos or std::setw and std::right ? (by Bazzy)
|
by jonjondavid
how can i random this program?
|
|
[1 reply] : What is the purpose of your program? Here is an example of pseudo r... (by keepjumpin)
|
by victortacos
fopen
|
|
[1 reply] : Hello victortacos, This line printf("%i,%i,%i,%i,%i.\n",rand1,ran... (by coder777)
|
by CoffinNail
New objects in Binary Search Tree
|
|
[1 reply] : Hello CoffinNail, you cannot place a function of a template class o... (by coder777)
|
by ToniAz
Inserting into a double vector
|
|
[3 replies] Last: To extent the size in the j direction you need to loop through each ar... (by Galik)
|
by Maerle
Doubt in the class structure
|
|
[3 replies] Last: It's an initialization list. It is used to initialize the member cont... (by moorecm)
|
questions about <iomanip> |
|
[2 replies] Last: The compiler shipped with Dev C++ has a buggy std library, you should ... (by Bazzy)
|
by xcmir
Different object names
|
|
[3 replies] Last: At the end of the day you can not avoid having to do seven different t... (by Galik)
|
by dznguy
stopping loop but contiune
|
|
[6 replies] Last: [quote=dznguy] if (sum==outer) cout<<outer<<" is a Perfect Nu... (by guestgulkan)
|
by marichi
How to roll the dice
|
|
[4 replies] Last: Thank you so much I'll try to do the program and make a graphic for th... (by marichi)
|
by Neo Nemesis
Opening CD tray
|
|
[9 replies] Last: Le bump! Nothing? From all the people I've given the above snippet ... (by Neo Nemesis)
|
by ratchet25
do-while loop question
|
|
[5 replies] Last: Apologies if this has been answered, but my scouring of the internet h... (by rparker)
|
by pirlo89
translating c++ code into pseudo code
|
|
[4 replies] Last: Thanks again for your help. I will keep your remarks in mind when i wr... (by pirlo89)
|
by matt295
errors with a class program
|
|
[1 reply] : For starters, it's "class" and not "Class". C++ is case sensitive. ... (by LB)
|
by Analyzer
Why Can't I make this into a class?
|
|
[6 replies] Last: Also, just a note for you based on what firedraco said about your use ... (by LB)
|