by onemanarmy
'Undefined reference to'; probably makefile mistake
|
|
[2 replies] Last: Thanks, that helped. (by onemanarmy)
|
by tlknv
explicit specialization of methods of a template class in several .so
|
|
[3 replies] Last: I got the answer at codeguru forum: C++0x-draft-n3092, 14.7.3.6 If a t... (by tlknv)
|
by BoboTiG
Segmentation fault with ifstream
|
|
[4 replies] Last: Thanks, I use: ! getline(cin,line).eof() (by BoboTiG)
|
by tsa45
HELP! Very Strange escape sequence problem
|
|
[3 replies] Last: your mystrcmp() method is wrong, need to modify. Use some existing st... (by krjeev)
|
by roelf01
A weird socket
|
|
[2 replies] Last: I fixed it, i did a full rewrite of the server's http sys (glad i con... (by roelf01)
|
by Linux001
fstab script
|
|
[1 reply] : use "cfdisk -l" if cfdisk is installed on your machine. for more deta... (by krjeev)
|
by nima0102
Return file descriptor value
|
|
[2 replies] Last: Thanks a lot for your quick reply. (by nima0102)
|
by PowerLinux
what is the fashion IDE in Linux CPP programming?
|
|
[2 replies] Last: This is an ongoing battle for me, I've tried Code::Blocks, Anjuta, Net... (by closed account 1yR4jE8b)
|
by tsa45
multi thread global class
|
|
[4 replies] Last: thank you very much!! (by tsa45)
|
by holtaf
OpenGL program
|
|
[2 replies] Last: (please mark this as solved then) (by HenriK)
|
unix programming guide |
|
[6 replies] Last: My friend, Google is my C++programming guide ;) (by strongdrink)
|
Question: Programming Processes in C++ using Qt or GTK? |
|
[1 reply] : You would only use GNOME libraries or KDE libraries if you wish to int... (by closed account S6k9GNh0)
|
by zhaonanavril
How to transfer data between two programes
|
|
[1 reply] : The Unix way is to write to stdout and read from stdin: ls -l | grep ... (by PanGalactic)
|
by DrakeMagi
any type in a list
|
|
[4 replies] Last: Well it depends on the implementation. At a minimum, since the object... (by jsmith)
|
by mohamedrks
how can i create index file for red black tree
|
|
[1 reply] : http://en.wikipedia.org/wiki/Red-black_tree (by carlodelmundo)
|
by jimas13
C++ and Oracle SQL
|
|
[1 reply] : Take a look at the Oracle Template Library. (by PanGalactic)
|
by clzola
C++ SDL Can play sound ??
|
|
[3 replies] Last: Congrats! (mark as solved please :P) (by strongdrink)
|
using char* as reference variable and read from a function |
|
[6 replies] Last: Thanks every one... Its solved .. (by sunilchintu2468)
|
by tsa45
recv
|
|
[5 replies] Last: No, I never use non-blocking receives. If any recv returns < 0, it is... (by kooth)
|
Binary Access to a Serial Port |
|
[1 reply] : If you're reading binary data, you might try using the ntoh functions.... (by kooth)
|