by superfury
sf2 note on/off velocity and aftertouch vs adsr envelope?`
|
|
[no replies]
|
by ap117
Tic-Tac-Toe Game errors
|
|
[4 replies] Last: Now that I have who goes first based on whether or not a random number... (by ap117)
|
by Noori
data structure
|
|
[1 reply] : My first though was that you were a spammer, but on second thought I d... (by Peter87)
|
by bwilson1
Urgent Maze help
|
|
[1 reply] : Variable names are case sensitive. For instance, you use the variable ... (by Computergeek01)
|
by g3rsii
need to aid on a program asap
|
|
[no replies]
|
by tnguy070
How to diplay with decimals?
|
|
[4 replies] Last: It worked. Thanks guys. I could of sworn I tried that already. (by tnguy070)
|
by Glaven
Search User Input Number In Array Filled With Random Numbers Help!
|
|
[1 reply] : First, you need to change Array = rand() % (99 - 0) + 0; to Ar... (by closed account 2UD8vCM9)
|
by Crypted
2D Arrays - Creating virtual Creatures?
|
|
[2 replies] Last: Thank you, I was able to finish the project successfully! (by Crypted)
|
by Jweim
Switch Statement; Summing items
|
|
[3 replies] Last: you may consider enumerating the menu or you could use a map :) ... (by mutexe)
|
Problem Creating a Game of 21 |
|
[1 reply] : This section: if (hitOrStay == 'h' || hitOrStay == 'H') { int numbe... (by mutexe)
|
by zepher
template function in struct
|
|
[6 replies] Last: > Can this creator be a class or struct instead of a namespace? Yes. ... (by JLBorges)
|
check if cin ready to read |
|
[4 replies] Last: while (true) { if (cin is ready to read) { cin >> x; ... (by MiiNiPaa)
|
by alterecho
Help with macro (catenation)
|
|
[2 replies] Last: Works! Thanks! (by alterecho)
|
by IamSumit
C++ Framework/Tools/IDE/Library ?
|
|
[no replies]
|
Need help!!! |
|
[4 replies] Last: Yeah it has been.... (by closed account 3pf2y60M)
|
by shuthairah
how can i make this mathematical formulation into coding
|
|
[2 replies] Last: 1) random requires a range as parameter 2) You declare a double r ... (by YokoTsuno)
|
by Thelamin
C++ Sleep function. Help!
|
|
[2 replies] Last: http://www.cplusplus.com/forum/general/146833/ (by anup30)
|
by sajid dayer
sizeof int ,
|
|
[16 replies] Last: Once again: ONLY chars do not change. Any other type may have any othe... (by S G H)
|
by nsw1216
Memory usage of a C++ program with CLASS and without CLASS
|
|
[1 reply] : Classes themselves do not use any more or less memory than not using c... (by Disch)
|
by megacard
About float
|
|
[2 replies] Last: The square root of 2 is not a valid float; it lies between two floats,... (by Cubbi)
|