Linux
Linux is the name usually given to any Unix-like computer operating system that uses the Linux kernel.
Application
Language
License
Any
: Thanks alot john
:
In fact, in order to program under Linux more efficiently, you have to learn standard libc and system calls. They are all described on man pages, sections 3 and 2,...
You could tryusing either ShellExecute() or system()
to call the "shutdown" command. This should work under Windows.
Under Linux you can call "reboot" or "halt".
: I've done a search and there's...
if you search something like Petsold's book but under Linux try this:
1) Richard Stones, Neil Matthew - Beginning Linux Programming (2nd Edition)
2) Various - Professional Linux Programming
You won't find a compiler together with WYSIWYG GUI programming system like Borland Delphi or C++. Although you may want to see glade (glade.gnome.org) and qtez (go to www.kde.org and search for...
This message was edited by pingpong at 2002-10-2 5:24:17
No. Standard C++ says nothing about GUI. Instead of "standard" there are "multi-platform" GUI libraries for C++. I know that Borland C++...
: : Hello
: :
: : In my RPG i want some Background music to be playing...
: : you know for atmosphear...
: : if anyone knows how to do this in C++ using DJGPP/RHIDE in DOS
: : and or g++ for...