by EvanEjk
Windows real time microphone input.
|
|
[no replies]
|
by lotios
Problem with std
|
|
[4 replies] Last: Why didn't I see that? I should get my vision checked. Thanks for your... (by lotios)
|
by paulithan
Error: ambiguous call to overloaded function
|
|
[2 replies] Last: UGH @ using pow to square something. Just square it: pow(a,... (by Disch)
|
by dkaip
i am trying to uderstud...
|
|
[2 replies] Last: Thank's a lot Jim (by dkaip)
|
by hikarujen
recursionproblem
|
|
[5 replies] Last: @ hikarujen don't double-post @amit0991 don't tetra-(or is it quad... (by hamsterman)
|
by anupampam
Print The diagonals of the matrix with functions
|
|
[1 reply] : If you didn't need nested loops in the first function, why would you a... (by hamsterman)
|
by exiledAussie
converting TCHAR/TCHAR* to LPTSTR
|
|
[3 replies] Last: You have the right idea. You're very close... assuming tstring is a... (by Disch)
|
by chitrank
Data items in a class must always be private
|
|
[2 replies] Last: Your topic is a false statement. There's nothing wrong with public ... (by Disch)
|
by mandrews91
Create function from char string input.
|
|
[1 reply] : That should probably be broken up into a series of function calls. He... (by jRaskell)
|
by maclewis
random number while loop
|
|
[11 replies] Last: WOW..... I'm most be blind and I wrote this lol..... and thanks for th... (by OnymousIllusion)
|
by aina
change the decimal number to integer
|
|
[3 replies] Last: Thx for us :) (by screw)
|
by sebulba23
Outputting information to .dat file?
|
|
[1 reply] : http://cplusplus.com/doc/tutorial/files/ when opening the file it's... (by gcampton)
|
by themarval
code review on .cpp and .h. Wont compile
|
|
[2 replies] Last: also note your not using your parameters "dataIn". This may be intenti... (by gcampton)
|
by Ferretsnarf
unset precision
|
|
[1 reply] : I've decided to just go with a "so what" solution. I am just going to... (by Ferretsnarf)
|
by qaz
Why does my while loop fall through?
|
|
[3 replies] Last: I believe the problem was in line 16. And I should take a wild guess t... (by bluezor)
|
by freezybox
I need to open a text file and assign numbers in the file to int variables.
|
|
[1 reply] : file >> value1, value2, value3, value4; replace the commas with >>... (by Warnis)
|
by hikarujen
recursionproblem
|
|
[no replies]
|
by yoked88
Pointers
|
|
[8 replies] Last: Okay, I think I have this down...is it safe for me, semantically, to r... (by yoked88)
|
by gallardo
Extracting values from file
|
|
[3 replies] Last: Thanks for the replies. I have tried PanGalactic's method, but it d... (by gallardo)
|
by themarval
Make a parameter return a value
|
|
[1 reply] : that's kind of an interesting idea. int dataType(long double dat... (by Disch)
|