by tatztastic
Output Problem
|
|
[2 replies] Last: because you have cout << endl << "Enter flavor 2: ";r flavor 2: "; y... (by Ch1156)
|
by tswvyim
Horner-Newton Method
|
|
[3 replies] Last: Okay, so in order to modify n do I throw in another for loop? (by tswvyim)
|
by GamerDJX
Need help with adding a 'save to a file function' with pet program.
|
|
[1 reply] : Well, in your pet class you'll need to write a function that saves the... (by pogrady)
|
by loot
Include / Linking Problems with g++
|
|
[9 replies] Last: @ne555 I was suggesting to the OP to put everything into a class, tha... (by TheIdeasMan)
|
DRAW ELLIPSE |
|
[1 reply] : Is it even possible? I know this isn't much of a answer but don't you ... (by Maxim Podolski)
|
by vichu8888
How to create a makefile?
|
|
[9 replies] Last: Thanks Peter Codewalker and ne555 all for your great hel... (by vichu8888)
|
Need assistance adding "Numbers" to a string loop without hardcoding |
|
[1 reply] : Sorry ahead of time, I'm COMPLETELY new to this site so if I've broken... (by Maxim Podolski)
|
by dylan w rose
Issue with NULL in variable argument function
|
|
[6 replies] Last: (visual c++ 2010 doesn't seem to like the "const Args&... args" being... (by TheIdeasMan)
|
by lSgtPepperl
Can someone help me with this code?
|
|
[3 replies] Last: That kind of helped, i think i can take it from there, thanks (by lSgtPepperl)
|
by hansguo67
Problem with loops and strings
|
|
[4 replies] Last: Yes I did. The problem ended up being that I forgot the offset in the ... (by hansguo67)
|
by jlillie89
Hangman SOS
|
|
[5 replies] Last: Thanks for the IDEAS!!!!!! (by jlillie89)
|
Collecting trials for the sum of two dice? |
|
[4 replies] Last: bump (by ProgrammingWiz)
|
by astraeos
program that will guess which number the user is thinking of
|
|
[2 replies] Last: Your if and switch statements need to be inside of a loop that will ru... (by freddy92)
|
by uhhhjonas
draw 3 shapes using looping structures
|
|
[3 replies] Last: i found out how to do it. Here is my code just in case anyone else nee... (by uhhhjonas)
|
by Madmax86
Repeating a program multiple times
|
|
[4 replies] Last: the and && operator i presume ...i feel so ashamed lol (by Madmax86)
|
by Victor714
Nested Controlled structures problem
|
|
[3 replies] Last: Im calculating the area of a triangle so if the user calculates the le... (by Victor714)
|
by fahrishb
Need to update array
|
|
[5 replies] Last: The condition will be true until you change it. You never change it, ... (by cire)
|
by rb26dett26
C++ text file into array + help
|
|
[2 replies] Last: I have this and not really good when it comes to structures since im n... (by rb26dett26)
|
by lSgtPepperl
What do these errors mean, and whats the average way to solve them
|
|
[1 reply] : Can you post the lines of code that are giving these errors? (please ... (by Disch)
|
by colbyjh
Functions and "Sum of"
|
|
[2 replies] Last: In this code snip for (int i=1; i<=NumEmp; i++) { total = 0; t... (by vlad from moscow)
|