by johndoe123
Loops and functions
|
|
[3 replies] Last: Nothing gets more interactive than a compiler. (by LB)
|
by rjcobourn
Making pong clone in sfml as first project, ball not randomly moving
|
|
[1 reply] : You have to call srand(time(NULL)) once at the start of your program... (by LB)
|
by kiri
retune and refine this code, 4 erros as of now ...
|
|
[6 replies] Last: Never mind I solved it and am deleting the code above because it is an... (by kiri)
|
im learnigand i would really apreciate some help |
|
[3 replies] Last: > indent the code as intuitively as possible. I think that you should ... (by ne555)
|
by synalprasad
wage calculater need help!!!!
|
|
[1 reply] : On the line regularPay= regularHours*payPerhour; what do you think t... (by kevinkjt2000)
|
by nevadarain
appropriate way to write definitions
|
|
[3 replies] Last: The class you showed in your original post only has two constructors: ... (by LB)
|
by bakerduet
I need the solution
|
|
[2 replies] Last: > the end of the circular linked list I wonder where that is. Your c... (by ne555)
|
wrong calculation outputting |
|
[3 replies] Last: @TheIdeasMan That was the problem, got the variables mixed up. Thank... (by closed account zT4NhbRD)
|
by Plearn
White Space and Input
|
|
[7 replies] Last: Okay. Thank you! That helped a lot! (by Plearn)
|
by Hidden Squid
Oddcount Evencount and zero count problem. Program wont work?
|
|
[3 replies] Last: @tarikneaj A. is suppose to to find the largest number untill someone... (by Hidden Squid)
|
Question about a Program to print out prime numbers up to a given number |
|
[1 reply] : This is my fastest solution: bool IsPrime(unsigned int n) { // 0 o... (by megatron 0)
|
by sfisher1987
Confused by File input/out statements
|
|
[2 replies] Last: THANKS! (by sfisher1987)
|
by swartz22
c++ calculator
|
|
[no replies]
|
by brosephius
Command line arguments
|
|
[7 replies] Last: Your loop initializes i=0. argv is the name of the binary. argv is... (by keskiverto)
|
by lolo966
false position method
|
|
[1 reply] : Just Simply Google, "False position method c++". You'll get plenty of ... (by TarikNeaj)
|
by mighty asker
Math problem
|
|
[11 replies] Last: finalExam*0.5 + midTerm*0.25 + (quiz1+quiz2) * 0.125 I'm not really ... (by mighty asker)
|
by Nielyboyken
Binding txt to exe?
|
|
[no replies]
|
by gpoo
vector with 3 column matrix
|
|
[1 reply] : How is the Voter class defined? How is the Voter::operator>>( ... )... (by OxBADC0DE)
|
by bostock11
Writing from one file to another.
|
|
[1 reply] : You could simply open the same file for input and output, like this ... (by OxBADC0DE)
|
by lolo966
poly overloading plz help
|
|
[1 reply] : i write it #include<iostream> #include<conio.h> #include<fstream> usin... (by lolo966)
|