by Sparksmith
Fopen() and errno problem
|
|
[no replies]
|
by rushhour
Testing a bubble sort
|
|
[3 replies] Last: You'll have to verify the compares and swaps yourself but I have a gre... (by seymore15074)
|
by DrLex
Thread-safe execution of shell commands
|
|
[2 replies] Last: Unfortunately the whole point of multithreading my program was to be a... (by DrLex)
|
by everid
g++: undefined reference
|
|
[5 replies] Last: You are not linking against the C++ runtime library for some reason. ... (by jsmith)
|
by shmeithy
linux c++ compiling error
|
|
[1 reply] : It seems you'vw written Managed C++, which isn't portable. Mananged... (by kbw)
|
by ankitguddu
Duplicate registration of class
|
|
[no replies]
|
by david000
Question concerning passing data from function using pointer
|
|
[3 replies] Last: Thanks guys!!! :) (by david000)
|
by kevinchkin
Ethernet Packet content
|
|
[4 replies] Last: Thanks for the reply dude (by kevinchkin)
|
by quant
sendto: Invalid argument netbsd
|
|
[7 replies] Last: ok, I fixit but I've got another problem. There I did post two differ... (by quant)
|
by Sarmad
A class with a pointer to another class
|
|
[no replies]
|
by rushhour
Program Compile Errors
|
|
[12 replies] Last: There are a few small issues still remaining. in your first post: ... (by enduser000)
|
by rushhour
Program Compile Errors
|
|
[12 replies] Last: There are a few small issues still remaining. in your first post: ... (by enduser000)
|
by vivmen
GetLastError() in linux
|
|
[1 reply] : errno is a global variable that stores the error code from the last sy... (by jsmith)
|
by Meteor
Changing screen resolution at command line
|
|
[no replies]
|
by kikolani
Where can I get a Linux C++ compiler from?
|
|
[3 replies] Last: go to gcc.gnu.org, download gz file, extract it run ./configure, mak... (by writetonsharma)
|
by chrivo
Call to function of linked dynamic library does nothing???
|
|
[7 replies] Last: Hi, What i have understood from the discussion is you are either no... (by writetonsharma)
|
by snav
how to exit from infinite loop as C++ program close
|
|
[1 reply] : Hi, When ever you want to stop the server you can stop the thread b... (by writetonsharma)
|
by Rob4226
Eclipse and Mac OS X installation
|
|
[1 reply] : You need XCode from Apple. Join ADC and download/install XCode. It c... (by kbw)
|
by etrusks
how to make dec to bin?
|
|
[2 replies] Last: Use "sprintf" with format "x" or "X". For more info check this http:/... (by spam1598753)
|
by kevinchkin
Learning Linux Kernel Programming
|
|
[4 replies] Last: Thanks for the reply seymore15074. The website really looks interestin... (by kevinchkin)
|