by FaffyWaffle
C++ Program Problem
|
|
[5 replies] Last: Well, the answer to why you always get 0 is that dividing 2 integers w... (by Moeljbcp)
|
by Jo Black
H Files problem.
|
|
[3 replies] Last: Thanks a lot, works perfectly now. :) (by Jo Black)
|
by Amethyst
Polynomial Long Division
|
|
[no replies]
|
by uhhhjonas
Help with a program reading integers from a .txt file
|
|
[7 replies] Last: Isn't this (1 <= i <= 10) interpreted like this ((1 <= i) <= 10) ? ... (by Chervil)
|
by ladyP07
Sort the integers of the sequence according to the sum of their digits.
|
|
[1 reply] : One trick is to read the number as char array char numbers ; //hol... (by codewalker)
|
by Aceix
How to make new lines in binary files
|
|
[6 replies] Last: @Chervil Thank you soo much! It works. Aceix. (by Aceix)
|
by yvan
Vector with custom classes
|
|
[3 replies] Last: Thanks TheIdeaMan! That resolved my problem! Also thanks for the tip o... (by yvan)
|
Question about correct format of code |
|
[4 replies] Last: Thanks for the replies guys. So just basically pick a style that you f... (by closed account 3qX21hU5)
|
by rock4rigo
Adding to Array
|
|
[3 replies] Last: So you have an array with grades in it, and you have an average value-... (by TheIdeasMan)
|
by taku nishino
no error but only 0?
|
|
[4 replies] Last: OOOOOOOOOOOHHH jeez, thank you so much!! Learned something new today!!... (by taku nishino)
|
by anon1234567
please tell me what a parkside triangle is
|
|
[6 replies] Last: I would make two dimensional array all initialized with 0. Then I will... (by yjy4321)
|
by se123
bacteria growth chart
|
|
[5 replies] Last: First - edit your post so it uses code tags - the <> button on the ri... (by TheIdeasMan)
|
by dkjdod
error: expected `;' before string constant
|
|
[7 replies] Last: Your result seems OK to 15 significant figures, which is about all you... (by TheIdeasMan)
|
by vxj120630
help with using structures and inputting a file
|
|
[7 replies] Last: for (int i = 0; i < itemsStored; i++) outputFile << item .plucod... (by IceThatJaw)
|
by sillymonkey
deposit with interest program
|
|
[2 replies] Last: Need to correct some of the statements. if(years >=5) { intRate =... (by leftcoast)
|
SWITCH statement to evaluate functions with domains |
|
[6 replies] Last: I cannot think of a way to apply the loop continuation conditions to ... (by TheIdeasMan)
|
help please |
|
[1 reply] : Well, that doesn't make much sense. void main() is not ANSI C if you ... (by webJose)
|
by FireNutz
Checking an Array for a certain value.
|
|
[5 replies] Last: Thank you Chervil for all your help! I just have one more question. ... (by FireNutz)
|
Finding all prime numbers between two numbers |
|
[no replies]
|
by macleight
Nested Loop question
|
|
[4 replies] Last: ok, thanks! (by macleight)
|