Summary: Hi @ everyone again. I havent gotte naround to alot of programming lately but just today i found some time to start on something new. Im sure you all ...
Summary: Okay, here's the deal. I'm having trouble with one aspect of my program. It's basically a series of prompts. They all work fine until I get this: E...
Summary: Hi everyone, I am new to Linux mandrake7.1, My simple C++ program shown below give errors when compile #include void main() { cout <<"HI";//ERROR u...
Summary: Hi All, I have a FreeBSD production server and a Linux-box, which we use for development and as our ftp server at the same time. Both machines host th...
Summary: Can anyone please help me with the following C problem. Am newish to C programming so please be specific. I am using the Dev-C++ compiler. I want to w...
Summary: Im a Newbie to C++ programming, and im TOTALY lost in this boundless jungle of C++!! My first book about C really sucked and i didnt understand much a...
Summary: Please, can anyboby help me with the problem in this simple C program ? After running, I can answer just the first question. The second question comes...
Summary: how do i change Form1::Button1->Text from Form2? yes i realize its a very simple question ,but i am very new and couldnt find the answer in my C++ .ne...
Summary: long post here: here's the info for the game: "We play with a deck of cards numbered from one to six which is divided into four suits. First, I deal t...
Summary: I'm new to programming in C and taking a beginner course. My homework is to write a program that reads an integer and determines and prints whether i...
Summary: Ive started learning C++ and ive managed to make a few popup windows work, ive managed to use icons and i know how to set the different buttons for it...
Summary: My program gives me 5 errors for the following declaration of int variables, it says there all undeclared identifiers, and there must be something lit...
Summary: Hi there all, i know that i shouldnt be asking to be spoonfed answers but im really stuck at this point! ive used C to be able to work out simple addi...
Summary: hello I can help you out in assembly language to do this......and since iam not very sure how far the C language will support the bit manipulations...
Summary: Hello. I've just registered and wondered if you fine people could help me out on a simple batch script programme. I've never done any before and I ha...
Summary: hey bob i really appreciate your help however i need more help dude.... i`m getting crazy..... i`m using turbo c 2.0 and i`m getting 2 errors on the p...
Summary: Thanks for your reply! But I still got one more question. If I switch the order of first two if statement to: if (pid != 0) { wait(&status); printf("v...
Summary: Ummm can anyone help me with C++ tell me how i would check if a file (of name from cin by user) exists? [2] How will i check for null string value? [3...
Summary: hey ppl i just wondered if someone around here could help me with this c ques. it is: develop a prog to allow users to keep track of wizards in wizad...
Summary: hi ive been trying for a loooong time to get the code to work. Actually when i compiled it using VC++ i did not get any errors only a few warnings. wh...
Summary: I am writing a simple program for my C++ class we have to display personal info on the screen. Name on one line address on another and so on. Well yo...
Summary: HELP ME PLEASE with this fundamental question... In the simple program bellow why the title of the second book do not work ??? Did I do something wro...