by alirah84
drawing a curve
|
|
[2 replies] Last: I don't know . It's my library that i used for this program: #include ... (by alirah84)
|
by pilotnate
command line help
|
|
[8 replies] Last: Alright this works great!! #include <iostream> #include <cstdlib> #... (by pilotnate)
|
by dark ninjuh
Don't understand these operators
|
|
[3 replies] Last: Definitely search google for the English equivalent of almost any symb... (by kevinkjt2000)
|
by xxgixxx
make this code simlpler
|
|
[3 replies] Last: In addition to what others have said, Lines 75 and 81 are the same. Do... (by dhayden)
|
by PrimeTime
Program freezes
|
|
[4 replies] Last: Oh my gosh, thanks PCrumley48! I didn't notice it:) Problem is solved,... (by PrimeTime)
|
by dark ninjuh
type declaration real time?
|
|
[3 replies] Last: You can make use of the templates when an operation is similar for dif... (by Atyab)
|
by NewCComer
Horse Betting Game (error c2059 syntax error >)
|
|
[3 replies] Last: On line 80 to 84 I made it so it doesn't allow anyone to bet more than... (by NewCComer)
|
by msrt92
System For Yahoo and Bing
|
|
[6 replies] Last: Should i use inheritance or it could be build in simple classes. Some... (by kbw)
|
by MrBond90
determining number placement of a letter in alphabet with suffix
|
|
[9 replies] Last: No worries :+) (by TheIdeasMan)
|
by Kkextreme
Manipulating polynomials
|
|
[3 replies] Last: Hi, I haven't used Geany Is it an IDE with menus etc , or is it a tex... (by TheIdeasMan)
|
by thiendo
Extremely confused with this
|
|
[6 replies] Last: @Kevinkjt thank you so much. (by thiendo)
|
by jazzy62552
Working on a 2D Array and need help!
|
|
[1 reply] : Help with...? In other words what is your question? Where are you st... (by kevinkjt2000)
|
by insanity180
Upper Case to Lower case Letters Using Strings
|
|
[8 replies] Last: Hi, Looking at the part of the assignment and your code there is a fa... (by TheIdeasMan)
|
by overthewater
Why am I getting so many errors?
|
|
[11 replies] Last: Those aren't "errors". They are Eclipse's version of Intellisense. W... (by Duthomhas)
|
by wildbear
Looping problem
|
|
[4 replies] Last: @shadowcode i was guessing on else if part, but not 100% sure. However... (by wildbear)
|
by novelloff
Linked List Help
|
|
[5 replies] Last: Your lines 26-30 are close, but ... trying to read curr->next right af... (by keskiverto)
|
by sarangheh510
Finding the sum of an array
|
|
[11 replies] Last: int *array = new int ; is an int pointer , it points to a dynamic a... (by closed account SECMoG1T)
|
by thiendo
I need help on this coding
|
|
[5 replies] Last: Thank you @Pindrought (by thiendo)
|
by xxgixxx
help me with functions
|
|
[1 reply] : You need to make sure that function prototypes, function definitions a... (by wildblue)
|
by xxgixxx
what is a return value
|
|
[2 replies] Last: If you need a definition just look it up! For instance, the tutorial ... (by cnoeval)
|