by jwoolsto
Scope of pointers after fork()
|
|
[2 replies] Last: Alright. Thanks. Jared (by jwoolsto)
|
by agenteg
ofstream is not writing!!
|
|
[10 replies] Last: i m a noob in coding(see my post size).well i jus wanna ask wat this c... (by GameOn)
|
by kunigami
Implement operator= overloading outside class
|
|
[8 replies] Last: Ok, I've edited the x.hpp and x.cpp by adding CREATE_INSTANCE for MSVC... (by kbw)
|
Cygwin |
|
[2 replies] Last: Actually, it is. Cygwin doesn't include Windows headers. MuneebShakoo... (by helios)
|
by sergxm
pthread_mutex_lock/unlock on SMP Linux and CPU cache
|
|
[1 reply] : This is prob best asked to the developers of pthread, or your operatin... (by Zaita)
|
code for the card symbols |
|
[2 replies] Last: Actually, I believe char(3) = end of text character...so it might be d... (by firedraco)
|
by neyha16
How to remove unused include statements from .c and .h files
|
|
[1 reply] : Gimpel Lint does that sort of thing. You could check out the free C L... (by kbw)
|
by Backdrifter
Serial Communication Problem
|
|
[3 replies] Last: Check this page : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435... (by maxchirag)
|
by Poyntz
Sending emails in C++ & logical error
|
|
[16 replies] Last: Hello poyntz, it seems you haven't read out my notes completely , ... (by maxchirag)
|
by tom1410
Problem with POSIX Threads
|
|
[2 replies] Last: That is very strange. If the code compiles fine but you get a link er... (by jsmith)
|
by yungblood
Mysterious Delay
|
|
[3 replies] Last: Ok, I found my own answer... :) I had to change it to: struc... (by yungblood)
|
by tom1410
Problem with makefile
|
|
[2 replies] Last: Thanks! (by tom1410)
|
by helios
Getting the CPU count
|
|
[6 replies] Last: For the record: http://forums.macosxhints.com/showthread.php?p=5128... (by jwoolsto)
|
by tallsoldia
i need a function that initializes a 10 by 10 array
|
|
[14 replies] Last: // initialize all elements to zero int array1 = {}; // initia... (by seymore15074)
|
by jwoolsto
Fork and cout
|
|
[2 replies] Last: Yea, as it turns out I was being stupid. It all works fine now. (by jwoolsto)
|
by bjohnson
Write to stdin and read from stdout
|
|
[1 reply] : http://www.cplusplus.com/forum/unices/2182/ (by Zaita)
|
by jwoolsto
Launching a new process with data
|
|
[6 replies] Last: Yes it will, but IPC is more difficult to write than thread-communicat... (by Zaita)
|
by etrusks
cout<< number for example 00222
|
|
[2 replies] Last: Tnx man :) (by etrusks)
|
by jwoolsto
Program crash on pointer to array of pointers
|
|
[5 replies] Last: I think your confusing multi-threading and multi-processing. Multi-... (by Zaita)
|
by luminance
Got not get a correct value from std::string compare
|
|
[1 reply] : Mayer, Could you post youre code? I wrote this with the following o... (by jwoolsto)
|