by vasiqshair
Counting the number of lines containing real numbers
|
|
[1 reply] : grep ^[0-9] filename ? Should this not be on http://www.linuxforums... (by strongdrink)
|
by cloutier
Is there a Linux/UNIX API or something similar?
|
|
[4 replies] Last: SFML has sound capabilities http://sfml-dev.org/tutorials/1.6/start-li... (by strongdrink)
|
by Chevytuff19
Another Pointer Question...
|
|
[4 replies] Last: Not learning how to use pointers and references is like trying to play... (by ciphermagi)
|
by esepich
Getting the size of a micro SD card.
|
|
[1 reply] : http://www.forevergeek.com/2005/10/check_disk_space_in_linux/ (by modoran)
|
by Arthur Lucas
Why it prints 2 times?
|
|
[5 replies] Last: No it's portuguese (by josecolella)
|
by Robertlzw
how to learn Unix/Linux command
|
|
[4 replies] Last: This is a comprehensive guide to the most common commands: http://sour... (by TinkerTantrum)
|
by nimacasino
How to calculate eigenvalues of a matrix
|
|
[4 replies] Last: Sorry for replying late. I forgot to subscribe on this topic. In past... (by nimacasino)
|
by esepich
statvfs
|
|
[no replies]
|
by sunny2608
C/C++ API in solaris to get memory info
|
|
[no replies]
|
Steps to 3D games using c++ |
|
[4 replies] Last: good luck, game programming is rated the hardest type of program to bu... (by strongdrink)
|
by Felix
How to use cvCvtColor (opencv)?
|
|
[no replies]
|
by php
script problem
|
|
[5 replies] Last: Since you're using C++, try std::string and it's respective functions.... (by moorecm)
|
by zChops
Stop endless loop in terminal
|
|
[4 replies] Last: Maybe ctrl+z? (by isnork)
|
by Ben Duncan
IDE and Compiler for Ubuntu
|
|
[8 replies] Last: Oh yeah, I forgot another popular C++ *nix IDE called "Anjuta". Also ... (by rmsharkey)
|
by Wandy
segmentation error
|
|
[7 replies] Last: Do some research on "GDB" - GNU Debugger. It would point you to the ex... (by strongdrink)
|
by esepich
Inp32
|
|
[1 reply] : the binary value of decimal 32 is b'100000'. Now whatever value e cont... (by johny10151981)
|
boost signal handling |
|
[1 reply] : Don't take this as correct, because it's only based on a vague memory ... (by kev82)
|
by chisser98
Errors linking wxWidgets 2.8.12 in Lubuntu 11.10
|
|
[2 replies] Last: Hey Eric, Thanks for replying. The line `wx-config --libs`makes the ... (by chisser98)
|
by PlusPower
fstream
|
|
[2 replies] Last: No,I've made the program and if I compile it like I usually do : g++ -... (by PlusPower)
|
by THEANONYMOU5
I'm having issues with understanding fork()
|
|
[2 replies] Last: you cannot give it a process to fork, it can only fork the process who... (by EricDu)
|