Hi I read all these messages and have come to a possible solution. Dev C++ is a great compiler avaialable for free at http://www.bloodshed.net/. I am not too...
Hi, <QUOTE who=fsairin when=Mon, Jul 01, 2002> ... FYI, Dev C++ is not a compiler, its only an IDE. It can be made to work with one of the gcc ports to ...
How about "'"[0] ? ... From: robertl001 [mailto:no_reply@yahoogroups.com] Sent: Monday, July 01, 2002 5:10 PM To: cprogramming2@yahoogroups.com Subject: [C...
Dear friends, Here I have one very tricky constraint matching problem to share with all of you. Hopefully can get some constructive ideas. Suppose there is a...
I want to know where I can get a free online book on C++ Builder. Something like what used to be on informit.com before they commercialised it. Any help will...
Hi all! iam new to this group.I am working on a program and i need some help. the program should be able to: (1)take input from the user (2)store the input in...
Hi, I have an algorithm problem and would apreciate it if some one can help me out. I have a linked list with each node having 5 feilds. 2 of them are index...
hello fahad... well i just read ur problem, but was not able to figure out wht help do u actually want? do u want a pseudo code or u want a c-code for this? as...
i have to program 16F877 PIC (Microchip), i want to write code in visual c++ (not in its assembler) can it be ??? and i heard that win 2000 and xp don't allow...
Hello all! I am interested in advancing my knowlegde in C. I read a beginner's book, C for dummies, which taught many bginning steps, but i want to advance my...
i just got a letter from gimpy claus saying that hed wanted to furthur his knowlegde and i second that so ne1 who does know ne good gui c stuff em me also ps...
you can read "the waite group's : c programming using turbo c++"by robert lafore . it is the best book on earth or "thinking in c" sorry i don't remember the...
... base. ... output ... line ... Thanks for you reply but \b didnt work but. I did find this however Syntax #include <conio.h> void gotoxy(int x, int y); ...
I was wondering if there is anyone out there who could give me a hand on this project I'm working on right now. You seasoned c++ vets will probably laugh at...
Post your code, error messages you are getting, what compiler you are using on what operating system. You should have posted days before. ... hand ... will ...
Hi Everyone! I have a c++ programming assignment due on july 12. I tried the best to do it myself but i'm not able to succeed. I'm totally new into c++...
I have a wierd request. I would like to know if anyone has a book called "The Waite Group's C Programming Using Turbo C++". There is an address book program in...
High Quality Backup CD's Welcome to TheWebProspector Backups, your only source for High Quality Programs on a custom made CD delivered right to your front ...
Hi! Having problems trying to figure out how to finish a program that reads two numbers i.e. miles and hours and prints miles per hour on the screen using the...
How can I invoke a print call to Read and Sum a data file that averages values from such data file. Anyone have an idea? I am really confused about function...
hi thr.. looking at ur problem i figure tht u r new to programming in c++... go ahead.. well ur problem is one of the simplest.. just try the code below.. { ...
A global function is one that can be used via the entire code the export is more of a "return" of a function or should I say another function declared in a sub...
Hi, if u happen to use turbo c++ 3.0 on a DOS/WIN32 platform the following function can be of great help. #include<dos.h> int get_key(void); //ur code goes...