General C++ Programming - March 2015 (Page 20)

by yj1214
I want to develop VST synthesizers.
 
Hello all! I haven't been visiting this site lately because I was learning Python. So, As music p...
[1 reply] : Browse around various audio libraries. The phrase "make a VST" is gene... (by LB)
Advice with this Random Person function
 
So this code works as is. You can run this code by itself and have it cout the details and you'll se...
[1 reply] : You should only call srand() once at the start of your program, an... (by LB)
What level of expertise would it take to solve the following problem ?
 
Implement an STL compliant container called concurrent_unordered_map<class Key, class T, class Hash,...
[1 reply] : Duplications: https://stackoverflow.com/questions/28936673/what-level... (by LB)
Byte reading problems!!
 
When writing bytes, the last numbers last byte value is 10. When reading, it appears that its value ...
[7 replies] Last: Thanks! Full binary operating and casting combined works!! My new, F... (by hakeris1010)
by Xhobi
2D Array Function pass
 
Can you tell me please that how can i pass a 2D char array to any user define function?
[3 replies] Last: And how to return and then use 1D char Array..? (by Xhobi)
Complex AI's
 
First of all, I understand that some people are against complex AI's. I repsect that some people may...
[7 replies] Last: [quote=op]What im talking about is something that doesnt have pre stor... (by Computergeek01)
reverse function
 
Hello, I have code for conversion of longitude and latitude and I need help to reverse the functio...
[1 reply] : Do you round down intentionally on lines 6 and 7 by forcing division b... (by keskiverto)
de castlejau algorithm
 
Im trying to implement de castlejau algorithm and ran into a propblem and really don't know how to f...
[4 replies] Last: I don't know that algorithm, but I see: 1) in line 23 you used variabl... (by fcantoro)
Arrays from a class troubles
 
I am having troubles when compiling my code i get these errors: error C3867: 'program::getIntMap':...
[2 replies] Last: Oh my goodness, Im so silly! thank you so much I would of spent hours ... (by Belldore)
Looking for a memory leak. Not sure what I am doing anymore...
 
Sorry if this is short, I am being called to go somewhere. I will comeback and answerer any question...
[4 replies] Last: Yet another instance of why using namespace std; is bad std::next ... (by TheIdeasMan)
string class
 
What am I doing wrong here? #include <iostream> using namespace std; class String { int...
[3 replies] Last: Thanks it all works perfectly now. Now to continue this until I get mo... (by cppnoob25)
Big O Notation.
 
Would anybody know what this means? Having trouble understanding it. Characterize the following a...
[4 replies] Last: Hi, If you had: for (int i = 0; i < a; i++) { ... (by TheIdeasMan)
Generation of random possible answers (multiple choice style)
 
char ans2; for(int i = 0; i < 10; i++) { cout << p2Q .getQuestion() << e...
[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.
 
Hello, I'm having an issue wrapping my head around going about this. I have to read multiple lines ...
[1 reply] : Read line from the file one at a time. Create a string stream from the... (by dhayden)
Array Printing
 
Function Prototype Your function must return nothing and take a single character array as a param...
[no replies]
hey guys .. i need help .
 
Hey Guys .. i am 20 years old student now i got basics in C++ / C programming Language and i will ...
[no replies]
by hmlwin
Need help, figuring out which loop to use
 
Hi. I'm writing a quadratic program. But I need to allow the user to choose how many polynomials the...
[6 replies] Last: Thanks so much for all the help guys! .....I just realized sometimes I... (by hmlwin)
Help with simple output code
 
Hi All :) I'm having some difficulty with a certain code i'm doing. im trying to figure out w...
[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
 
Hi all masters and all... ;) I'm now doing a project related to Semantic Tableau and Proving tech...
[no replies]
Skipping \n
 
I am reading a file with ifstream::get in the gettok function. I am trying to create my lexer to ign...
[10 replies] Last: I have modified the code some more, and it is still not working. Does ... (by lordseanington)
March 2015 Pages: 1... 1819202122... 28
  Archived months: [feb2015] [apr2015]

This is an archived page. To post a new message, go to the current page.