by hades80
inexplicable problem...!!
|
|
[1 reply] : I have not looked through all your code because in the very beginning ... (by vlad from moscow)
|
by hades80
problem with for & if combined!!
|
|
[1 reply] : if (i=1) = is assignment. You want ==, which is comparison.... (by Disch)
|
by sackmac
sine function is not working
|
|
[2 replies] Last: Peter87.. i'm got it, Thanks.. (by sackmac)
|
by seppel
HELP PLEASE: Microsoft Visual C++ 2010 Express ERROR?
|
|
[8 replies] Last: Not the rebuild button. I was talking about the new file button. See m... (by NerdTastic)
|
by NerdTastic
Don't know how to fix these errors
|
|
[6 replies] Last: @mWest thank you that makes sense! (by NerdTastic)
|
by balv11
float function
|
|
[2 replies] Last: Thanx, I didn't even think about that. (by balv11)
|
by rome
getting average score of 5 of highest 4 input values
|
|
[11 replies] Last: In calcAverage(), add lowest = findLowest(...); before the 'sum = ..... (by Gaminic)
|
Limiting Variables |
|
[4 replies] Last: maybe a function that generate the number between min and max : int ... (by Vins3Xtreme)
|
Hey, problem with a do while loop |
|
[1 reply] : if you don't want that the question is repeated then put it before 'do... (by coder777)
|
by Lwen8888
replace a value in a array!
|
|
[no replies]
|
by projectfilly
Segmentation fault. Confused.
|
|
[9 replies] Last: This may clarify it further. Jade L. Scholz studentName = "Jade L. ... (by vin)
|
by Zu007
Trigonometric functions cos0
|
|
[1 reply] : It gives correct cos0 value. In other news, this void main() is not... (by Moschops)
|
by schwick
Stroustrup std.h
|
|
[1 reply] : I wouldn't have thought there would be any issues with the header file... (by guestgulkan)
|
by smerfguy2
Does anyone have ideas on how to stay motivated?
|
|
[5 replies] Last: It might be good to write down what parts make up a function, and care... (by Gaminic)
|
by ooplus
Codeblocks and simple error
|
|
[1 reply] : You may need to include the <string> header. (by Zhuge)
|
by I am John
none
|
|
[9 replies] Last: Well, the thing is rather simple: good() will return true if data ext... (by webJose)
|
by SmYte
Program Loop ignoring cin
|
|
[8 replies] Last: Ahh, so this inputs 100 lines? Works fairly well but spacing is a bit ... (by SmYte)
|
by Chris Walton
IO Trouble
|
|
[11 replies] Last: In case anyone was wondering, I solved my last problem. The variable b... (by Chris Walton)
|
by Chaofun
I'm confused on how to do this program C++
|
|
[8 replies] Last: Hmm there's so many functions that you guys listed that I have no idea... (by Chaofun)
|
by klae
Creating a Basic Guessing Game Question?
|
|
[7 replies] Last: Hey I just re did my code in general and it worked better for me here ... (by klae)
|