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
= 7 if I remember correctly). there is some ntfs resize support in linux - more on that here:
http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html#example
: I've installed postgresql on a suse linux system (i used the version provided with the release 7.3 of linux) but when I try to load the JDBC driver using "Class.forName("org.postgresql.Driver");"...
I've installed postgresql on a suse linux system (i used the version provided with the release 7.3 of linux) but when I try to load the JDBC driver using "Class.forName("org.postgresql.Driver");" the...
If you are wanting a macro to change a single character, use
standard c library macros toupper(c) and tolower(c)
If you plan to use the stl, that can do it for both linux
and windoze, or you can...
Hi Jim,
There are lots of good language choices out there--and the "best" one depends on a combination of the kind of game you want to write and the number of people you'd like to play it....
I Just Installed Linux 7.3 As Part Of A Tri-Boot. When I Go Into Graphical Mode, The Mouse Doesn't Seem To Work. I've Selected The Exact Version From The List (Logitech Mouseman PS/2). With This...
= 'A' && (c) = 'a' && (c)
: Hi !
: Can any one can tell me how to capture key strokes in Linux using C or C++.
:
: Thanks in advance
:
:
For a single char you could use "fgetc(stdin)" from stdio.h/-lc or use...
: I have been reading books, but they say that 'Partition Magic' works for Windows 98 files. Will it work for Windows XP also? If not, how do I go about putting Linux on my computer.
:
: thanks,...
: : When I play mp3 audio file in Xmms or any other mp3 player in linux it doesn't play & doesn't give any error message. Else Audio CDs are playing fine. I am using Linux 8 version. Anyone know...
: : Hi
: : How can I autodetect cd under linux??
: :
: Add this line to /etc/fstab:
:
: /dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0
:
:
:
On my system (Mandrake 8.1), it is:...
: who can tell me what kind of assembly language of the linux kernel source?Thank you very much!
:
It's AT&T format assembly language, but not Intel format.
there's something:
http://shaker...
: I would suggest that you use a different program than VB cos it is too hard to do it in VB. and you don't get the cross platform functions.
:
: : This message was edited by NIN666 at 2003-3-3...
I would suggest that you use a different program than VB cos it is too hard to do it in VB. and you don't get the cross platform functions.
: This message was edited by NIN666 at 2003-3-3 22:17:7...
The only chat messenging programs I have built have all been based on WinSock. So I would'nt know what else to suggest. Actually from all tutorials and source codes I have seen of IM have used the...
: When I play mp3 audio file in Xmms or any other mp3 player in linux it doesn't play & doesn't give any error message. Else Audio CDs are playing fine. I am using Linux 8 version. Anyone know about...
: i have win98.
:
: i have made 2 partitions & installed linux Redhat 7.1.
:
: i want to uninstall linux from hdd & from mbr so that my windows can start directly & i can use hdd space alloted...
When I play mp3 audio file in Xmms or any other mp3 player in linux it doesn't play & doesn't give any error message. Else Audio CDs are playing fine. I am using Linux 8 version. Anyone know about...
Have you seach this board?
http://www.programmersheaven.com/c/MsgBoard/read.asp?Board=3&MsgID=138276&Setting=A9999F0001
ya need to include window.h
: Ok... I'm not that advanced in...
Ok... I'm not that advanced in programming, so, do I need to include any libraries and which ones?
I haven't gone as far as windows programming yet but I assume it doesn't matter...
: You...