Language
Any
Platform
Linux
Remove
License
Any
:
: :
: : Yep, gcc is conforming to the standards nicely. And while you wait for the compiler to finish chewing at your code, you can always download and install Borland ;-)
: :
: :
:
:...
: Hello,
:
: I have to make in my C program a new file called tempfile.txt inside a temp folder.
: Now I am in home directory.
: Temp folder is under home directory.
: How can I create the file...
Borland Builder, or Microsoft VC++ 2005 Express.
I am only a student therefor i cannot pay for these expensive IDE(Borland C++Builder 2006-Enterprise $2,490.00)... if exists a free version of...
: : Hi i am new to scripting in linux and i am trying to learn BASH scripting.
: : Can anyone help me out with the commands to see the total login time of all users and their information.
: :
:...
: Hi i am new to scripting in linux and i am trying to learn BASH scripting.
: Can anyone help me out with the commands to see the total login time of all users and their information.
:
You'll...
Hi i am new to scripting in linux and i am trying to learn BASH scripting.
Can anyone help me out with the commands to see the total login time of all users and their information.
: Hi all...
:
: I am trying to write a windows program that will access file systems not supported by windows (eg linux ext3).
: I need to know how to get the hard disk partitions info (size,...
: I've about zero knowledge of programming for Linux, so bear that in mind as I suggest something to try.
:
: You might try getch() which I think is in curses.h unless I'm really out in left field...
This message was edited by Jakykong at 2006-8-6 17:45:13
: :
: : Is there some function in the standard C library that simply checks if a key has been pressed and returns the key, not echoing,...
http://www.alphaworks.ibm.com/tech/codeinvaders?open&S_TACT=105AGX59&ca=dgr-jw961codeinvaders
IBMs CodeInvaders Challenge is quite possibly every Java and wannabe Java programmers dream come true...
Hello everybody
I need some Guidelines for porting ARM assembler for SmartPhone OS and Linux OS - how can I make my assembler code adjusted for both OSs?
Is it possible or not? What are the...
Yes - Pelle Orinius implemented C99 using some mecro-assembler, called HLA. You can check the following address for details on HLA, which can be used to develop industrial compilers (like PellesC -...
waitfor('/Old Password:.*$/');
If I was to issue the 'passwd username' command in the tcsh shell the screen would look as follows:
Changing password for username.
Old Password:
If I was...
Hello,
I have to make in my C program a new file called tempfile.txt inside a temp folder.
Now I am in home directory.
Temp folder is under home directory.
How can I create the file and write...
: My internal modem PCI Conexant SoftK56 is not recognised by Suse 9.1. What should I do?
: Thanx
:
Well, I think that you should login as a super user and type in:
lspci
Post the...
: Hi
:
: I have written an application on Linux and I need to run it on Windows. How can I make it possible to run on windows? I am using gcc on Suse Linux to compiler and the program is written...
: Hi,
:
: I believe you should take some time before you decide on a project of your interest.Linux is very vast...Today Fedora almost ships around 10000 software on its disks.
:
: You have got...
: Hey
:
: Can anyone recommend any books, websites or have any examples for writing server code? I can write socket's and have written loads of client programs, just want to start writing some...
Hi,
I believe you should take some time before you decide on a project of your interest.Linux is very vast...Today Fedora almost ships around 10000 software on its disks.
You have got almost...
Hi! guys can anybody tell me how to write an SSL aware server & client program in C, with Red Hat Linux platform. Basically I want to make a secure connection b/w 2 computers to send encrypted data...