by xBroken115
Help with graphing and maybe loop.
|
|
[1 reply] : Hi, You are missing a bracket ("}") above void renderScene () ho... (by shadder)
|
"Coordinate" system not working in game |
|
[1 reply] : foo.cpp|12 col 6| warning: variable ‘blue’ set but not used [-Wun... (by ne555)
|
Creating a Header File |
|
[3 replies] Last: Thank you the header file is working fine now. I did not know that you... (by Too Explosive)
|
by volTron
How to add a menu to Number Guessing Game
|
|
[3 replies] Last: welcome :) (by shadder)
|
by ramboqr1717
New to 2-D array
|
|
[11 replies] Last: thank you very much...this will help me in understanding c more.. (by ramboqr1717)
|
Learning C++, practice with for/while loops |
|
[1 reply] : For your if statement using the condition of response, it has to be in... (by mossyhorn)
|
by FBHSIE
How would I set up this code?
|
|
[6 replies] Last: Eg if you had 45 days then they convert to 45/7 weeks and 45%7 days re... (by closed account 48T7M4Gy)
|
by FBHSIE
Confused about module call
|
|
[1 reply] : Given your current code, you are indeed right, the function getHoursWo... (by Shadowwolf)
|
by steven8
opening .txt from a directory
|
|
[2 replies] Last: it was useful, thanks (by steven8)
|
by linuxnewfag
Help creating first C++ program
|
|
[10 replies] Last: I guess some of the things which may help you decide which system to g... (by TheIdeasMan)
|
by rrifai
some kind of error
|
|
[2 replies] Last: Hi, The first problem I see i this [code firstline=27]int nvow=0; //.... (by shadder)
|
by Tfowlis
Integration>
|
|
[1 reply] : You can use a std::map #include <functional> #include <map> string... (by a k n)
|
calculate average values of a sinusoidal signal |
|
[3 replies] Last: There are two possibilities depending on what sort of information the ... (by closed account 48T7M4Gy)
|
by jdm1891
Function that can accept another function
|
|
[1 reply] : search for "function pointer" in cpp e.g. http://www.cprogramming.com... (by closed account 48bpfSEw)
|
by Nagi21
For loop madness
|
|
[5 replies] Last: #include <iostream> int main() { int n = 1234; int sum = 0; ... (by closed account 48T7M4Gy)
|
by bobogolope
Switch statement
|
|
[2 replies] Last: Cannot use insertion operator, <<, on a string. Replace return "inv... (by vin)
|
by zionet
ccc
|
|
[12 replies] Last: ooh! (by shadder)
|
by zionet
PROBLEM Read bit size keyboard and use bitset
|
|
[3 replies] Last: http://www.cplusplus.com/forum/beginner/192968/ (by closed account 48T7M4Gy)
|
by jesuisloup
Opening a file
|
|
[3 replies] Last: I meant that my two lines replace the corresponding two lines you had ... (by closed account 48T7M4Gy)
|
by zompakto
Password Verifier - Need Help!
|
|
[4 replies] Last: = is assignment. == is comparison. You've forgotten that in a few... (by cire)
|