Linux
Linux is the name usually given to any Unix-like computer operating system that uses the Linux kernel.
Application
Any
Language
Any
License
Any
SDL is a library that provides provides 2D/3D graphics and access to hardware (including joystick) and works with many languages and platforms.
see http://www.libsdl.org/index.php for download and...
Please interduce me one site that have source code about joy stick program that could control a bull in screen . this program must be written in c++ language.And also please interduce some sites that...
This message was edited by freakylinux at 2006-11-6 11:35:24
But why scanf() shows such an error??
it was a simple integer variable...!!
" Using Linux is Like Using an AC:: As long As The...
actually i have to submit the project in college as mini-project.but due to same health related problem i am unable to do anything.now on monday i have to submit the project.so it is very helpful for...
: I used the compiler CC on Solaris. Is there any other changes needs to be done. Are there any other include statements needs to be included.
:
: I copied the program to a Linux server and...
this is a relatively simple thing to do, i have a complete version of what you want, its only about 200 lines of code and took about 15 minutes to write.
I'm guessing that this is some sort of...
I used the compiler CC on Solaris. Is there any other changes needs to be done. Are there any other include statements needs to be included.
I copied the program to a Linux server and compiled it...
This message was edited by hiimsa at 2006-11-1 6:29:16
This message was edited by hiimsa at 2006-11-1 6:28:45
:
: to get the number of processes running on a linux system you can parse the...
to get the number of processes running on a linux system you can parse the loadavg file in /proc. the format is as follows:
load1 load2 load3 n_run/n_proc n_pid
where load1, load2 and load3...
hi everybody,
can anybody tell me how to enumerate currently running applications in Linux programaticaly using C or Java.
please help me ...............
reply soon.
actually i am trying to develope a simple shell in linux which supports these commands below.so can u help me with some useful links or code segments.
------------------
Internal Commands
cd...
there is no "linux shell" but there are many shells available for linux including:
bash: http://www.gnu.org/software/bash/ (or http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html)
(this is the...
: Do rm, mv, cp, ls etc. classify as shell commands (commands to be handled by the shell) ?
:
do any body have the source code of the linux shell?
i am also developing the same.
so it will...
:
: :What does not work? Does it compile? If yes, what's wrong? It seems this :program is for Linux so I cannot test it and see the problem (I only have :Windows). What should the program do?
: :...
:What does not work? Does it compile? If yes, what's wrong? It seems this :program is for Linux so I cannot test it and see the problem (I only have :Windows). What should the program do?
:
:...
Hello Linux friend
we are using Qt3.3.4 for my database application,using sqlite on debian platform.we are using libsqlite3:2.1-1 (sqlite lib for debian)and libqt3c102-mt-sqlite3:3.3...
undefined reference means that the compiler has never heard of rtupdate0, rtupdate1, etc.
you must tell gcc where to find these functions so for example if you are using a unix based system you...
If your program running in linux similar to linux command line or shell, there is one (and only one ) way that i know is using shell_exec ( string cmd ) or system(string cmd) function to help it...
May be you have put main in more than one file...
: Hello,
:
: While trying to build our code base on Red hat linux using gcc (see details below), we get the following link error:
:
:...
one of my favourite programming website is the manual gnu c library because it generally covers the concepts being implemented as well as the functions to use, so i suggest that you start here....