by unregistered
how do I use local variables with the system() call
|
|
[5 replies] Last: Yes, you can do that, but considering the article you wrote about th... (by chrisname)
|
by Slacked
Char by char output using sleep;
|
|
[2 replies] Last: Also, please don't use system () to sleep. http://www.cplusplus.com/... (by Duthomhas)
|
Gcc Linking |
|
[3 replies] Last: No. You need makefiles for that. The GNU Make utility has the power to... (by Duthomhas)
|
by unregistered
Qn on POSIX header files
|
|
[3 replies] Last: Always observe the manual pages. If they say that you should #include ... (by Duthomhas)
|
by ghostpy
Problem Accessing C++ Code From Within C Source
|
|
[no replies]
|
by silvan
error while loading shared libraries
|
|
[2 replies] Last: Hi Silvan, first of all I'd recommend that you know exactly what are t... (by ghostpy)
|
by moorecm
OpenMotif
|
|
[no replies]
|
by Srij
Need information regd C++ uses on unix
|
|
[1 reply] : You can do almost everything in C and C++. It stretches from games to ... (by closed account S6k9GNh0)
|
by ahmakki
how to use unkown pipes ?
|
|
[1 reply] : Both the parent and the child close the write side of the pipe. You ... (by jsmith)
|
by badboizEnt
how do i exit from a created shell?
|
|
[8 replies] Last: First of all, "hakermania?" "A 15 year old child with the purpose of [... (by chrisname)
|
by samiransari
GCC not generating object!
|
|
[4 replies] Last: jsmith is correct. You cannot expect compilers to behave the same way... (by PanGalactic)
|
by Spummy
"error: expected constructor, destructor, or type conversion before ...
|
|
[10 replies] Last: The code i gave you compiles for me with out any errors. this code ... (by DrakeMagi)
|
Linux or Windows for programming? (1,2,3,4) |
|
[77 replies] Last: I enjoy using g++ and gedit, while it may seem non-user friendly at fi... (by DrChill)
|
by badboizEnt
Design and implementation of a shell
|
|
[3 replies] Last: If you don't know how to compare strings, how are you meant to know ho... (by chrisname)
|
by teppel
Insert variable into database insert statement
|
|
[2 replies] Last: this is an example: char lz_sql ={0}; sprintf(lz_sql, "INSERT I... (by yikuang)
|
by Aaron09
unix pico editor
|
|
[no replies]
|
by creature
Functions using bitsets
|
|
[7 replies] Last: The idea is to convert a series of numbers (stored in r) ranging from ... (by creature)
|