by ahura24
release mode question
|
|
[4 replies] Last: i have several thread in my program just want release them with exitpr... (by ahura24)
|
by vi87
Return -1
|
|
[4 replies] Last: Thanks for your answers guys. Sure thing that exceptions are the way... (by vi87)
|
by ajaustin12
USB device as input
|
|
[1 reply] : The computer communicates with a device using a device driver. Assumi... (by kbw)
|
by Noel
counting words
|
|
[1 reply] : I will start with the basic logic pattern: first off I would start wi... (by Azagaros)
|
by dpsht316
Help can't figure out my mistakes
|
|
[5 replies] Last: In your 'class payroll', you CANNOT have a program running. A class is... (by whitenite1)
|
by gh24
Help Outputting Data into CSV from C++
|
|
[5 replies] Last: The file the example creates is CSV format: 3,1.2345 4,6.7890 5,3.14... (by Duthomhas)
|
Writing my own String-Split function |
|
[5 replies] Last: Playing with string tokenization is something I enjoy. I've written ab... (by Duthomhas)
|
by vizard
Weird runtime error
|
|
[1 reply] : I would assume it is because in the case where it does not work there ... (by LB)
|
by LB
Trying to make an INI Parser - almost working!
|
|
[no replies]
|
by Phiru
I am capturing Audio...
|
|
[2 replies] Last: Thanks Computergeek01. And Yes, You're right. I am using Win32 API. I... (by Phiru)
|
by navlelo
any way to run a while loop after an if statement without using else?
|
|
[6 replies] Last: -- removed since resolved (by navlelo)
|
by Kniggits
String to int
|
|
[1 reply] : Here is one way: #include <sstream> void func() { int i; st... (by Galik)
|
by Mat001
Knight's Tour - exit condition
|
|
[1 reply] : In order to know if the user is "stuck", you'll need to check all poss... (by Disch)
|
by Samer92
problem in compiling a chat server app using a vs 2010
|
|
[3 replies] Last: seems like it can't find chat_server.h , add it to the directory The ... (by tech junkie)
|
by Snhr
Organizing My Music Library
|
|
[1 reply] : It seems like a fun project, but programs like this already exist. ... (by Disch)
|
by Xiong Deng
Eclipse CDT Error: "Type can not be resolved"
|
|
[4 replies] Last: I am experiencing the same error even after taking an existing makefil... (by steowens)
|
by Samer92
Error Compiling a chat server app with SC
|
|
[no replies]
|
by navlelo
liked list method to delete all elements with a given value
|
|
[6 replies] Last: nevermind, sorted it with an else if -.- (by navlelo)
|
by lgayowski
Secure Coding Course for C/C++
|
|
[no replies]
|
by THECASTLE
What is up with this undeclared identifier?!
|
|
[9 replies] Last: Can you show me your whole code, updated and with [co de] tags? (by anonymous23323124)
|