by titan88
Missing Constructor for a vector
|
|
[1 reply] : You don't have a Vector constructor that takes two arguments of type... (by cire)
|
by Rishard
Mini-Project
|
|
[no replies]
|
by dnique65
Making program more efficient
|
|
[no replies]
|
by moonman239
Program prints inconsistent day of week
|
|
[1 reply] : Turns out it's the book's algorithm that's incorrect. According to the... (by moonman239)
|
by travina8
Why is this an infinite loop?
|
|
[2 replies] Last: Thank you so much! This fixed my problem. I looked it up to see what ... (by travina8)
|
by OmarAYousry
[Not Code] A novice-ish Java programmer transitioning to C++
|
|
[1 reply] : you want to be a game developer start making a game. something simple... (by rafae11)
|
by b29hockey
Vector, class, pointer
|
|
[no replies]
|
by FreshBoi22
While loop question.
|
|
[4 replies] Last: Thanks. Now I get it. Man this board is so helpful. (by FreshBoi22)
|
by Bonbonns
multiple loops
|
|
[3 replies] Last: I don't understand your question. You seem to ask how to write a state... (by keskiverto)
|
by noaboa
Rotate towards enemy
|
|
[no replies]
|
by jgg2002
Problem with PlaySound
|
|
[6 replies] Last: Oh right, thanks! (by jgg2002)
|
asking for data structure |
|
[3 replies] Last: http://www.cplusplus.com/doc/tutorial/structures/ (by DirtyDan)
|
by Sam786
Need help with C++ program
|
|
[2 replies] Last: If you enter 4.56, you'll see slightly incorrect output: enter the q... (by dhayden)
|
by barefootTN
Swap Function (Why does "*a = *b" work?)
|
|
[2 replies] Last: Thanks a bunch, cire!! (by barefootTN)
|
by CassandraB
If/else statement not assigning number to variable
|
|
[2 replies] Last: Did you also consider the actual logic of that line? How can fixed equ... (by jlb)
|
by chang123
Need help with my program
|
|
[2 replies] Last: thank you! (by chang123)
|
by jjkrynock
confusion with primary expression if/else if statements
|
|
[5 replies] Last: Thank you! I kinda figured that out after some trial and error. I'm gl... (by jjkrynock)
|
by quantumleap
Error expected primary-expression before '<' token
|
|
[2 replies] Last: Thank you so much. This helped me out a lot. I feel silly for making... (by quantumleap)
|
by louis12
Reading data into arrays
|
|
[11 replies] Last: Well, in order to try to understand this, I worked through the entire ... (by Chervil)
|
by Liveletfu
C++ using if statement
|
|
[1 reply] : = is for assignment. Use == for comparison. (by Peter87)
|