|
|
Subject:
Redhat/c++
Category: Computers > Programming Asked by: jimmyjrosu-ga List Price: $5.00 |
Posted:
17 May 2003 17:42 PDT
Expires: 16 Jun 2003 17:42 PDT Question ID: 205235 |
I am wanting to write code (C++) under the RedHat 9.0 operating system, can anyone give me instruction on how to do this. I just need step by step intructions compiling, building and executing a simple program. Nothing fancy.. I want know what application would need to be used and how to used it (not detailed) Thanks! |
|
Subject:
Re: Redhat/c++
Answered By: seizer-ga on 17 May 2003 18:13 PDT Rated: |
Hello there! Redhat 9 comes with a C++ compiler built in, so the steps required are quite simple. Use your favourite text editor to create a file in your home directory, called "test.cpp". In this file, write the following: #include <iostream.h> main() { cout << "Hello from Google Answers!\n"; } After saving this, open up a console window, and type: g++ test.cpp -o test Assuming you saved your file in the correct directory, it will now be compiled. The executable file will be called "test", and you can run this by typing: ./test Easy enough, I hope! If it's not clear, though, please use the "request clarification" feature before rating this answer, and I'll do my best to help you further. All the best, --seizer | |
| |
|
jimmyjrosu-ga
rated this answer:
Thanks for the quick response and great answer!!!!! |
|
Subject:
Re: Redhat/c++
From: aceresearcher-ga on 09 Jun 2003 01:05 PDT |
Jimmy, Regarding your questions at http://answers.google.com/answers/main?cmd=threadview&id=214338 http://answers.google.com/answers/main?cmd=threadview&id=214440 If you paid for the software with a credit card, it is entirely possible that you will be able to call your credit card company and have the charge removed from your bill. I know that VISA and MasterCard will do this. There should be a Customer Service phone number on the back of your card, or on one of your billing statements, and you can file a "dispute" for not receiving merchandise for which you have paid. The amount will be credited back to you account immediately, and all associated interest charges for that amount removed from your bill. You will most likely need to gather all documentation about your efforts to contact the company and write it up on a "dispute" report that the credit card company will send you. Or, you can write a letter stating that you are disputing the charge, the date of the charge, the amount, the company involved, state that you didn't receive the merchandise, document all your attempts to contact the company, and then mail or fax it immediately to your credit card company, rather than wait for their generic form to arrive in the mail. I hope that this information enables you to get speedy resolution for your problem! Regards, ace |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |