by almostcash
Input voice from Microphone
|
|
[1 reply] : You could try Microsoft's Speech SDK 5.1 for doing the recognition. I ... (by xismn)
|
by avanhoes
Somethings not right
|
|
[no replies]
|
by venkatacplpl
Shared Pointers
|
|
[4 replies] Last: http://en.cppreference.com/w/cpp/memory/shared_ptr/shared_ptr#Example (by LB)
|
Efficiency of C vs C++ streams |
|
[9 replies] Last: Well I'm not particularly looking for a faster IO method, as I said I'... (by TheBeardedQuack)
|
by philonto
Setting key=value pairs using C
|
|
[2 replies] Last: In that case, to initialize defaults, I have to do: struct settingPa... (by philonto)
|
by Raid3nz
Class problem c++ (1,2)
|
|
[28 replies] Last: Ok, i've resolved the problem, i hope... I put the methods insert and ... (by Raid3nz)
|
by EdFab
Question about size_t
|
|
[8 replies] Last: In the end you should use std::size_t if including cstddef. http://en... (by EdFab)
|
by Fvirtman
A set of C and C++ codes.
|
|
[2 replies] Last: I made it on the forum "Beginners". This is the first time on this on... (by Fvirtman)
|
by Gyiove
Calling function by sending char text of function name.
|
|
[5 replies] Last: ( link says : Error 404: This page could not be found. ) That's beca... (by MikeyBoy)
|
by acmarshall
Bubble Sort and Selection Sort
|
|
[no replies]
|
by adriyel
Creating Classes
|
|
[2 replies] Last: Dude, no need to double-post. http://www.cplusplus.com/forum/beginner/... (by mutexe)
|
by werlay
A Hard One Sort Of
|
|
[2 replies] Last: @yanson467, (1) is there any way for the program to detect when a " ?... (by werlay)
|
by venkatacplpl
Meyers singleton--Dead reference problem...Please help
|
|
[3 replies] Last: See: http://www.stroustrup.com/C++11FAQ.html#default http://www.strous... (by JLBorges)
|
by Leonardo321
help with this code!!
|
|
[3 replies] Last: answer my other questions. how i can print the buffer content how the ... (by Leonardo321)
|
by Absi
.udp
|
|
[no replies]
|
by coder1
Upper_bound
|
|
[2 replies] Last: thank you very much. (by coder1)
|
by Gyiove
(3D) angle to vectors ( my terrible math... )
|
|
[no replies]
|
by Leonardo321
help difference between char buf[5] and char * arg[5]
|
|
[1 reply] : http://www.unixwiz.net/techtips/reading-cdecl.html char *ch is an ... (by Catfish666)
|
by danny rdx
how to make a program autorun at windows startup, using regedit??
|
|
[no replies]
|
by Elgringo
Detect if xbox 360 guide button on pc is held down
|
|
[2 replies] Last: thank you very much :) I integrated it to my code but when I tried to... (by Elgringo)
|