
please wait
by knowNothing
Send email from C++ Code ( No libs )
|
Hello all, I am trying to send a simple text email from and through gmail. I found some code online. Originally I got a problem stating that I needed to 'START... |
Jul 30, 2014 at 3:29pm
[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
|
Hi, Anyone has C example for Non-Blocking TCP/IP server and client in Linux environment? Thank you. |
Jul 28, 2014 at 1:05pm
[3 replies] Last: Perhaps if you asked a specific question we might be able to help. (by kbw)
|
by dushantha12
Socket read time consuming
|
Hi, I have developed a multi threaded tcp server application using C. In my server it's getting 200 - 300 milliseconds to read something. void readReq... |
Jul 28, 2014 at 9:05am
[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
|
plz help out what would be problem in the following program? I am trying to write structure to shm in child process and i want read from parent... #include<... |
Jul 28, 2014 at 5:07am
[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?
|
Hi. I wrote simple code. But it does not work correctly. I could not solve the problem. Entries cannot be right. Please help. (I use gcc 4.9 x86 64 bits) #in... |
Jul 26, 2014 at 9:47pm
[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
|
I'm porting a C++ program from Windows Visual Studio 2010 to Ubuntu 12.04. It uses this library on Windows to communicate with an Arduino: http://playground.a... |
Jul 26, 2014 at 12:27am
[1 reply] : I think your problem might be with the value of readResult. You initia... (by joe7)
|
by herbertng
Problem with mktime()
|
Hi guys, I'm now writing a program on my RedHat Linux Machine using gcc compiler, which will accept two dates as input and compute the difference between them. ... |
Jul 25, 2014 at 6:47pm
[1 reply] : If the values are outside their normal ranges mktime will adjust all t... (by Peter87)
|
by popa6200
array error help!
|
I'm making a game, and currently i'm making a class to help with creating the map for the game, but when I compile I get an error invalid use of non-stati... |
Jul 25, 2014 at 8:43am
[1 reply] : The compiler has to create code that reserves memory for the local aut... (by keskiverto)
|
by geng07
mDNS
|
Newbie here, can someone give me a sample source code for mDNS, thankyou |
Jul 25, 2014 at 8:23am
[1 reply] : http://lmgtfy.com/?q=mDNS+source+code (by kbw)
|
by puef
undefined reference error
|
im trying to compile a bot for a game and after many hours of debugging i am still unable to because of this libui.a(libui_a-uMenu.o): In function `uMenuIte... |
Jul 25, 2014 at 5:25am
[1 reply] : http://www.cplusplus.com/forum/general/113904/ (by ne555)
|
by murali2425
how to use member function for pthread_create
|
Hi, pthread API is C API, we should pass global function as 3rd argument for pthread_create and which sould be of type void * and fourth argument should of ... |
Jul 24, 2014 at 9:41am
[3 replies] Last: No. Pthreads is a C API and C doesn't have member functions. (by Peter87)
|
Text not drawing |
I want draw a text using this class on a sdl window, but it wont work, won't draw anything. CText.h //======================================================... |
Jul 24, 2014 at 7:31am
[3 replies] Last: Yes you missing rendering the images on loop i check your code but it;... (by watchwrestling2)
|
by jaystu
sleep() command trouble
|
for windows users, i've seen multiple sleep delays for one output. For example, #include <iostream> #include <conio.h> #include <windows.h> using namesp... |
Jul 23, 2014 at 6:36pm
[2 replies] Last: hey thanks a lot! here's my working code: #include <unistd.h> int u... (by jaystu)
|
sqlite3 help |
i want return a value for the GetHP function, i don't know how i return this value from the sql result. i have the int returnvalue declared on my header file ... |
Jul 21, 2014 at 10:30am
[6 replies] Last: i fixed (by legendarysnake)
|
by ankitaj
Segmentation fault (core dumped)
|
The following is part of the code I'm working on - #include <stdlib.h> #include <time.h> #include <stdio.h> #include "aes.h" #include <string.h> #define CCHMA... |
Jul 19, 2014 at 7:53pm
[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
|
Hi, I am new in the forum as on unix. I am developing a project on Windows and I am trying to port it to unix. I have installed Ubuntu 14 and I have create Ma... |
Jul 17, 2014 at 1:39pm
[4 replies] Last: I have found the problem. The problem was the order of the parameters ... (by StarAD)
|
socket and sdl |
i'm trying to run the method translate() on my application main loop, and my game pause until the server send a message back. //============================... |
Jul 16, 2014 at 5:23pm
[5 replies] Last: Application running correctly now, thanks. (by legendarysnake)
|
by LoveToLearn
Guidance needed for better understanding and improving multi threading programming
|
Hi All, I have 2 yrs of work experience on c++. In these 2 yrs of time i never got a chance to implement or to work on multi-threading. I have a very limited... |
Jul 16, 2014 at 5:08pm
[1 reply] : Checkout The C++ Standard Library 2nd Edition by Nicolai M. Josuttis... (by kbw)
|
by omurad
Outputting colored strings in Linux's Terminal
|
I am currently programming on Linux Mint using Eclipse, and since I hate the Eclipse console (because of its white background) I like to run my code using termi... |
Jul 16, 2014 at 3:48pm
[6 replies] Last: Thanks you for the clear up ResidentBiscuit! (by omurad)
|
by mtbusche
Missing boost symbols for x64 ubuntu
|
My old ubuntu-based web server finally died. I'm trying to put things back together on a new 64 bit machine. I have a server-side c++ utility that I need to r... |
Jul 15, 2014 at 4:20pm
[11 replies] Last: What's puzzling to me is that order makes a difference in this case o... (by modoran)
|