by altmann
PThreads - one of two threads doesn't run
|
|
[2 replies] Last: As an aside, whilst there's nothing at all wrong with pthreads, C++ no... (by Moschops)
|
fseek doesn't work or work? |
|
[1 reply] : I solved it , i replaced while (!feof ) with while (fread).... (by mpahlevanzadeh)
|
by bruice
‘strcmp’ was not declared in this scope
|
|
[1 reply] : strcmp is in <string> and memcpy is in <string.h> (IIRC) They are ... (by Texan40)
|
by bnolsen
rvalue implicit move tracking?
|
|
[3 replies] Last: Can you explain? He's referring to the new std::move semantics int... (by Victor T)
|
by car3262
Problem with istringstream
|
|
[8 replies] Last: That's a good point, I'll put a flag to print an error if getline does... (by car3262)
|
by cdd
Open GL + Graphics
|
|
[4 replies] Last: Install the mesa library development packages. Eclipse should find th... (by PanGalactic)
|
by bmahf
Compiling boost 1.37 for Solaris
|
|
[1 reply] : So for anyone else who runs into this, I wasn't able to get 1.37 to us... (by bmahf)
|
Function to Solve ln(x) using a Taylor Series |
|
[5 replies] Last: Good catch on that one Jim. I actually fixed it in my source code, bu... (by Clay Diffrient)
|
by rajuzc2
passing "\t" escape sequence as command line argument c++
|
|
[3 replies] Last: I haven't check it but shouldn't your argument be ./a.out \t instead... (by eypros)
|
what is bitmap< 16, xxxxxxxx> bitmapname |
|
[3 replies] Last: Perhaps you mean this? std::bitset http://cplusplus.com/reference/stl... (by Galik)
|
by ktown123
linking and loading
|
|
[1 reply] : This is perfectly fine. The first one loaded wins if the same symbol e... (by PanGalactic)
|
by Ben Duncan
Compiling multiple files in through the terminal
|
|
[10 replies] Last: bbgst: It wasn't working without it, so I thought it was worth a try... (by Ben Duncan)
|
by strongdrink
mingw cross-compile SFML for windows
|
|
[10 replies] Last: I know it's perhaps a silly question but are they actually named "libs... (by Texan40)
|
by christinecmm
Please Help
|
|
[3 replies] Last: I have no Idea how to solve this , so try s different matter (by Pranay Venkatesh)
|
by zribiahmed
How to download a file from http or ftp server with c program?
|
|
[1 reply] : Curl or wget: http://curl.haxx.se/ As far as I know, wget is preinst... (by modoran)
|
by wisuzu
Gtk::Window cannot be closed, Help!
|
|
[no replies]
|
by wasseem92
PLEASE HELP WITH THIS
|
|
[10 replies] Last: You're writing non-portable (non-correct) code! GCC enables a numbe... (by kbw)
|
by dophine
UDP binding interface
|
|
[4 replies] Last: Then you switch on multicasting on an interface, it asks for a route t... (by kbw)
|
by avsfan1
partition array into n/5 groups
|
|
[1 reply] : do this: int pb,pt; //the bottom and top of each partition for(pb=0;p... (by rocketboy9000)
|
by Pouyaaa
Makefile problem (Driver module programming:) )
|
|
[no replies]
|