New variable or compound math statement |
|
[1 reply] : It does not actually matters. Both are fine. I would use second probab... (by MiiNiPaa)
|
by osotogari
graphics, sierpinski carpet
|
|
[8 replies] Last: Are you sure its not related to Turbo C, and not your code? Sorry I c... (by Codermik)
|
by delo2795
Set/Get Constructors, Pointers and Classes
|
|
[9 replies] Last: course_id shouldn't be the id of the students should it? course_id s... (by Codermik)
|
by blabla
Reading from a txt file
|
|
[1 reply] : fscanf(f,"%s",&denC); First line of file way larger that 30 symbols:... (by MiiNiPaa)
|
by imbritty
Car Wash program. Any ideas?
|
|
[1 reply] : You could add options specific to certain wash. Like extra drying or t... (by Annatar)
|
by tdeluce
how to put back into fstream the last character read
|
|
[7 replies] Last: I was using eclipse with same c++ plug in and when my program crashed ... (by tdeluce)
|
by ashash
computational physics
|
|
[3 replies] Last: First things first, after your include statements, put 'using namespa... (by closed account 3R5fjE8b)
|
by moeby
Dawn of Time
|
|
[4 replies] Last: oh its http://www.dawnoftime.org/download/ and http://www.forums.dawno... (by moeby)
|
by JulyZerg
random friend to text using an array?
|
|
[7 replies] Last: is this what you mean. i only added the new string. then idk what else... (by JulyZerg)
|
by Kazza
Moving sprite in all directions?
|
|
[4 replies] Last: Sorry, I just noticed an error in my example in my last post - I got t... (by TwilightSpectre)
|
by strife
constructors & default constructors
|
|
[3 replies] Last: Hi strife, Here is a little improvement: class Employee { public: ... (by TheIdeasMan)
|
by Observer
'defaultHealthCalc' is not a member of 'GameStuff'
|
|
[4 replies] Last: Thanks! I just removed #include "GameCharacter.h" from functionsForHea... (by Observer)
|
by imbritty
Problems in do/while loop
|
|
[15 replies] Last: [quote=MaxDaniels]A break simply ends the current function prematurely... (by TheIdeasMan)
|
by bigorangeman
Is this correct?
|
|
[4 replies] Last: Undo what you just did, because you already had a globally defined con... (by closed account j3Rz8vqX)
|
by Mousus
From Mac to Unix
|
|
[3 replies] Last: I think it's a good idea to make sure your program is correct. (by Duthomhas)
|
by Aceix
Any replacements for getch(), kbhit(), ...?
|
|
[2 replies] Last: Thanks, Aceix. (by Aceix)
|
Pointers to Class crashes, Bad Alloc |
|
[3 replies] Last: I was able to fix the crashing problem by sending in the Locations fro... (by closed account SwMDizwU)
|
by hinesro
[Operator Overloading] Finding the product of two class objects
|
|
[2 replies] Last: I see, that makes sense. Thank you for the insight! (by hinesro)
|
by legend210
Overload function
|
|
[1 reply] : You need to edit this post to show the source code format. (by AnonUser)
|
by vladdyt
Creating a password...help needed
|
|
[5 replies] Last: Alternatively, because I advocate the STL and C++11: #include <iostr... (by xismn)
|