| View previous topic :: View next topic |
| Author |
Message |
Browser Advanced Cheater
Reputation: 0
Joined: 17 Feb 2007 Posts: 58
|
Posted: Mon Jun 11, 2007 8:52 am Post subject: C++ ? need help! |
|
|
how do you do the c++ language in your post?tach mr plz im learning a little and have little qustions.
1. Where do you write it like on windows?
2. How do you make it so that you can download the link you made?
3. What is it written on to make it look like a graph thing?
Hold back the stupid comments for not everyone is brillant at this you know....
this is an example i was given
// my first program in C++
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World!";
return 0;
}
_________________
|
|
| Back to top |
|
 |
ravicus Master Cheater
Reputation: 0
Joined: 16 Dec 2006 Posts: 464
|
Posted: Mon Jun 11, 2007 11:07 am Post subject: Re: C++ ? need help! |
|
|
[quote="Browser"]how do you do the c++ language in your post?tach mr plz im learning a little and have little qustions.
1. Where do you write it like on windows?
2. How do you make it so that you can download the link you made?
3. What is it written on to make it look like a graph thing?
Hold back the stupid comments for not everyone is brillant at this you know....
[/qoute]
Erm, your english skills don't appear to be great, but I will try to interpret.
1. Where do you write it like on windows?
Well, this could mean something ridiculous, but I take it to mean
"How do I write code for creating a graphical user interface?"
A:You learn the API of Windows forms and/or you use the built in interface designer.
2. How do you make it so that you can download the link you made?
This one, I have absolutely no clue what you mean, unless you think that "Linking" has something to do with downloads or the internet. Linking has nothing to do with either of those things.
3. What is it written on to make it look like a graph thing?
Once again, bad wording. Graph thing? I don't know if you mean in good coding practice with tabbing and such, but oh well. You should use an IDE to make your code look nice and edit it easily.
_________________
|
|
| Back to top |
|
 |
Browser Advanced Cheater
Reputation: 0
Joined: 17 Feb 2007 Posts: 58
|
Posted: Mon Jun 11, 2007 6:29 pm Post subject: |
|
|
thank you for the help and cut back on the lectures thanks.
_________________
|
|
| Back to top |
|
 |
|