by FaffyWaffle
If, If else coding problem
|
|
[17 replies] Last: It's necessary to have braces if you have multiple things you want the... (by Disch)
|
by JingoJango
Skipping second cin>>x
|
|
[4 replies] Last: Vin, LowestOne and Cubbi! Thanks heaps, i've solved my problem! <3 (by JingoJango)
|
by nerdynate
attempting to eliminate duplicate strings in an array
|
|
[1 reply] : Edit: removed profane cout statement that was relaying current variabl... (by nerdynate)
|
by Octoballa
creating an array with a struct
|
|
[11 replies] Last: Ok then what you have to do is either compile with the option -std=c+... (by cire)
|
by cirmi1031
program that outputs the time it takes for lighg from the sun to reach the planets
|
|
[7 replies] Last: Do you mean can you put the minutes and seconds in the same block? If ... (by Danny Toledo)
|
by strongbad440
Number of days per year (including leap years)
|
|
[10 replies] Last: I got it. Thank you very much! (by strongbad440)
|
by abledpilot
Finding the sum of all the values of a variable.
|
|
[2 replies] Last: Thank a lot. I was able to get it to compile and show the right profit... (by abledpilot)
|
by Dam Wan
Hello All
|
|
[2 replies] Last: Welcome (by Smac89)
|
by lifedj
How can I build a library under windows
|
|
[no replies]
|
by T4l0n
turn this array to add into a moltiplication
|
|
[1 reply] : I would be surprised if this actually ran, have you tried compiling it... (by guatemala007)
|
by TheSnowman
Simple Calculator Problem
|
|
[2 replies] Last: worked great thanks so much for your help (by TheSnowman)
|
by sniedbal
C++ Incompatible types: calculating allele frequencies
|
|
[no replies]
|
by verandaguy
Addition with running total
|
|
[2 replies] Last: Actually, I've got another condition (which I omitted here because it'... (by verandaguy)
|
by Joeseph
Will pay money for personal programming help. email only if interested
|
|
[no replies]
|
by T4l0n
can't input more than 10
|
|
[3 replies] Last: That even compiles without the int being a const int, for the array in... (by Lynx876)
|
by newbieg
int to char
|
|
[3 replies] Last: The function only takes char strings, so using string is out That ne... (by Chervil)
|
by elv5022
Please help with dice roll program
|
|
[10 replies] Last: Yes that's right, now I remember that. I made the same mistake last t... (by elv5022)
|
by Saeraph
Problem with srand() and rand()
|
|
[7 replies] Last: Because each time you call rand(), its seed gets re-randomized, mostly... (by S G H)
|
by gobrien88
Euclideans Algorithm to reduce fractions
|
|
[no replies]
|
by cptEczema
While(!fin.eof()) infinite loop?
|
|
[5 replies] Last: ^Thank you, Chervil! Apparently my professor forgot that last id and I... (by cptEczema)
|