by davidrca
Validity checks using Loops C++
|
|
[15 replies] Last: Thanks a lot for all the help guyshttp://www.cplusplus.com/forum/begin... (by davidrca)
|
by Sifat Ullah
c++ code
|
|
[no replies]
|
by navderm
float to GLfloat
|
|
[no replies]
|
by WillMalina
Math Skill Required
|
|
[8 replies] Last: Like hanst99 said, people tend to greatly exaggerate the difficulty of... (by Browni3141)
|
Undeclared identifiers in a class |
|
[5 replies] Last: Ah ha. Thanks for the reply. Still not used to writing with classes ob... (by Greywolfe1982)
|
by navderm
virtual functions
|
|
[1 reply] : Can you fix the spacing? And yes, writing virtual on one method makes ... (by Zhuge)
|
by turbowhat
wrote code, compiles but no output......any ideas?
|
|
[6 replies] Last: You are accessing snack , which is out of bounds of the array. You al... (by turbowhat)
|
by kultrva
Hopefully simple question regarding nodes/linked list
|
|
[12 replies] Last: Thank you so much for your help! Hopefully I'll be able to make some p... (by kultrva)
|
by Smitty
Compile Errors, Review my Code
|
|
[2 replies] Last: finally got it. That else statement wasn't needed. Also I realized ... (by Smitty)
|
by cainen172
kant think of a title at this time
|
|
[8 replies] Last: Wait, you're using Dev-C++? If you are, please switch to something sti... (by Albatross)
|
by derejrcar
How to loop a set number of times?
|
|
[7 replies] Last: Nobody ever said that END_VALUE in Zhuge's example had to be a constan... (by Albatross)
|
by Chevytuff19
Just Wanted to Say 'Hi!'
|
|
[6 replies] Last: Well hello, hope you enjoy your stay. Not to be a killjoy but this sho... (by quirkyusername)
|
by jakecodes
Whats the use for pointers?
|
|
[3 replies] Last: Well, I wouldn't go that far. They are much more important in C than C... (by Zhuge)
|
by bigchief
sorting a character array in a structure
|
|
[4 replies] Last: You should compare for > 0, as strcmp() can technically return any num... (by Zhuge)
|
by Smitty
Urgent question with my program regarding looping and setting limits.
|
|
[1 reply] : Um... what are you trying to do on line 16? What I'd do is set wei... (by Albatross)
|
by hagarr
loop
|
|
[8 replies] Last: There was a problem with my declaration of the intPerMonth variable be... (by hagarr)
|
by miatech
stock in second part of Pancake Glutton exercise
|
|
[1 reply] : So what exactly is the problem you are having? In other words, how is ... (by Zhuge)
|
by Caponed
Saving numbers to variables? Probably simple
|
|
[no replies]
|
by navderm
virtual base class
|
|
[4 replies] Last: @jsmith: this is a code I found in stroustrup class Componenet : p... (by navderm)
|
by Smitty
Question about precision in Code.
|
|
[1 reply] : you can call cout.precision ( or cout << setprecision ) before line 35... (by Bazzy)
|