by knowNothing
Send email from C++ Code ( No libs )
|
|
[6 replies] Last: I think you need to confirm it.. to send outgoing email, ssl is not ... (by modoran)
|
by dushantha12
Non-Blocking TCP/IP Server and Client Example in C
|
|
[3 replies] Last: Perhaps if you asked a specific question we might be able to help. (by kbw)
|
by dushantha12
Socket read time consuming
|
|
[8 replies] Last: yes I am sure that the data is available for read. How do you know? ... (by kbw)
|
by murali2425
segmentation problem writing to shared memory segment
|
|
[1 reply] : did you put a break and checked which line the segmentation is occurri... (by writetonsharma)
|
by Serkan
Hox to use fgets() and getchar() functions? Where is the error in my code?
|
|
[4 replies] Last: Thank you. I solved the problem by following the link http://stackover... (by Serkan)
|
by mattc1234
Arduino Serial Connection in Ported Program from Windows
|
|
[1 reply] : I think your problem might be with the value of readResult. You initia... (by joe7)
|
by herbertng
Problem with mktime()
|
|
[1 reply] : If the values are outside their normal ranges mktime will adjust all t... (by Peter87)
|
by popa6200
array error help!
|
|
[1 reply] : The compiler has to create code that reserves memory for the local aut... (by keskiverto)
|
by geng07
mDNS
|
|
[1 reply] : http://lmgtfy.com/?q=mDNS+source+code (by kbw)
|
by puef
undefined reference error
|
|
[1 reply] : http://www.cplusplus.com/forum/general/113904/ (by ne555)
|
by murali2425
how to use member function for pthread_create
|
|
[3 replies] Last: No. Pthreads is a C API and C doesn't have member functions. (by Peter87)
|
Text not drawing |
|
[3 replies] Last: Yes you missing rendering the images on loop i check your code but it;... (by watchwrestling2)
|
by jaystu
sleep() command trouble
|
|
[2 replies] Last: hey thanks a lot! here's my working code: #include <unistd.h> int u... (by jaystu)
|
sqlite3 help |
|
[6 replies] Last: i fixed (by legendarysnake)
|
by ankitaj
Segmentation fault (core dumped)
|
|
[6 replies] Last: debugger, backtrace valgrind is a good tool too. one thing I see is ... (by ne555)
|
by StarAD
Linking to a shared library and still having undefined references
|
|
[4 replies] Last: I have found the problem. The problem was the order of the parameters ... (by StarAD)
|
socket and sdl |
|
[5 replies] Last: Application running correctly now, thanks. (by legendarysnake)
|
by LoveToLearn
Guidance needed for better understanding and improving multi threading programming
|
|
[1 reply] : Checkout The C++ Standard Library 2nd Edition by Nicolai M. Josuttis... (by kbw)
|
by omurad
Outputting colored strings in Linux's Terminal
|
|
[6 replies] Last: Thanks you for the clear up ResidentBiscuit! (by omurad)
|
by mtbusche
Missing boost symbols for x64 ubuntu
|
|
[11 replies] Last: What's puzzling to me is that order makes a difference in this case o... (by modoran)
|