by rpinsky
Serial I/O in two different threads
|
|
[1 reply] : Here's a cool example of serial I/O using Boost Asio: http://boost.2... (by PanGalactic)
|
by GnG
C++ deployment
|
|
[12 replies] Last: You'll go crazy with dependencies if you don't package up your softwar... (by PanGalactic)
|
by arod7577
search and save
|
|
[no replies]
|
by Kanj
Blank screen when using vgagl
|
|
[7 replies] Last: When you run an X-Windows session, X-Windows needs the address of your... (by kooth)
|
by GnG
boost x32 libraries
|
|
[4 replies] Last: Thanks. (by GnG)
|
by Renier
tiff page count
|
|
[1 reply] : You might start by looking at Boost GIL (not sure it has TIFF support)... (by PanGalactic)
|
how to create online compiler.. |
|
[4 replies] Last: I wrote a syntax highlighter in Perl. It can even go as far as highli... (by moorecm)
|
by guitarfanman
root login program
|
|
[8 replies] Last: You do not want to hard-code your root password into your source code... (by kfmfe04)
|
by duraivel
Array of classes - new MyClass[0];
|
|
[9 replies] Last: Indeed. C programming used to be quite a dark art, verging on the occu... (by Galik)
|
by Mercfh
Command Line Interpreter
|
|
[1 reply] : Hi Mercfh, I think your pseudocode makes sense, so I looked at the ... (by kooth)
|
by afraidofdark
g++ warning: `visibility' attribute
|
|
[2 replies] Last: second what error exactly? third "including <dirent.h> must be va... (by vukki)
|
DB connection library and dynamic linking |
|
[2 replies] Last: need to update the application which runs on a Solaris 8 machine to c... (by kbw)
|
by eriser
Longest length string accepted by cin/cout & istream objects
|
|
[1 reply] : Theoretically, infinite. In practice, it depends on how much memory y... (by firedraco)
|
by sysabod
how to resolve user-buffered I/O
|
|
[1 reply] : These days, operating systems do a much better job of buffering I/O. ... (by PanGalactic)
|
by cshong
Makefile executing another makefile
|
|
[4 replies] Last: In a top-level makefile, just use something like: $(MAKE) -C dir ... (by moorecm)
|
undefined reference to - error |
|
[2 replies] Last: That worked, thanks. I used at least 3 different tutorials for temp... (by Zoefschildpad)
|
by PiMaster
Where to start?
|
|
[9 replies] Last: +1 Albatross (by kfmfe04)
|
by humantaco
C++ programming questions plz halp!
|
|
[1 reply] : Sorry, but that's one service we don't provide here: completing homewo... (by Albatross)
|
by unregistered
Is there any difference between #include <> and #include "" in terms of linking?
|
|
[4 replies] Last: Typically you use the <> for things like system header files or STL fi... (by kempofighter)
|
by Uni616
I have a problem fixing the error " No space left on device : Illegal seek
|
|
[1 reply] : This first line looks bogus: [code firstline=52] if ((Cid = shmg... (by PanGalactic)
|