by yj1214
I want to develop VST synthesizers.
|
|
[1 reply] : Browse around various audio libraries. The phrase "make a VST" is gene... (by LB)
|
Advice with this Random Person function |
|
[1 reply] : You should only call srand() once at the start of your program, an... (by LB)
|
by NeoMorpheus
What level of expertise would it take to solve the following problem ?
|
|
[1 reply] : Duplications: https://stackoverflow.com/questions/28936673/what-level... (by LB)
|
by hakeris1010
Byte reading problems!!
|
|
[7 replies] Last: Thanks! Full binary operating and casting combined works!! My new, F... (by hakeris1010)
|
by Xhobi
2D Array Function pass
|
|
[3 replies] Last: And how to return and then use 1D char Array..? (by Xhobi)
|
Complex AI's |
|
[7 replies] Last: [quote=op]What im talking about is something that doesnt have pre stor... (by Computergeek01)
|
reverse function |
|
[1 reply] : Do you round down intentionally on lines 6 and 7 by forcing division b... (by keskiverto)
|
by hajjboy95
de castlejau algorithm
|
|
[4 replies] Last: I don't know that algorithm, but I see: 1) in line 23 you used variabl... (by fcantoro)
|
by Belldore
Arrays from a class troubles
|
|
[2 replies] Last: Oh my goodness, Im so silly! thank you so much I would of spent hours ... (by Belldore)
|
by Bdanielz
Looking for a memory leak. Not sure what I am doing anymore...
|
|
[4 replies] Last: Yet another instance of why using namespace std; is bad std::next ... (by TheIdeasMan)
|
by cppnoob25
string class
|
|
[3 replies] Last: Thanks it all works perfectly now. Now to continue this until I get mo... (by cppnoob25)
|
Big O Notation. |
|
[4 replies] Last: Hi, If you had: for (int i = 0; i < a; i++) { ... (by TheIdeasMan)
|
by seph658
Generation of random possible answers (multiple choice style)
|
|
[5 replies] Last: I finally got it figured out! I would very much like to thank all who ... (by seph658)
|
Validating line of data from file using string member functions. |
|
[1 reply] : Read line from the file one at a time. Create a string stream from the... (by dhayden)
|
Array Printing |
|
[no replies]
|
hey guys .. i need help . |
|
[no replies]
|
by hmlwin
Need help, figuring out which loop to use
|
|
[6 replies] Last: Thanks so much for all the help guys! .....I just realized sometimes I... (by hmlwin)
|
by klandire
Help with simple output code
|
|
[3 replies] Last: No problem, anytime:) That's really great, always new to expand your... (by closed account 2LzbRXSz)
|
by mzain
.cpp files in Logic
|
|
[no replies]
|
Skipping \n |
|
[10 replies] Last: I have modified the code some more, and it is still not working. Does ... (by lordseanington)
|