| View previous topic :: View next topic |
| Author |
Message |
goldengold Grandmaster Cheater Supreme
Reputation: -1
Joined: 11 Nov 2006 Posts: 1841 Location: -.-
|
Posted: Sun May 20, 2007 11:40 am Post subject: Rofl! Stuck on my Hello world program |
|
|
Well I have just bought the book practical C++ programming which was recommended to me by appalsap. Well anyway, When you have to create the new project and stuff it says you have to create it in 'Managed C++ Empty Project.' But my Microsoft visual 2005 doesen't have that! But in the book on top of the compiler the name is 'Microsoft development environmental' But i googled this and didn't get any results. It also shows how to make the program in Borland C++ builder 5 so if anyone knows where to download this PLEASE tell me!
Thanks
_________________
|
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Sun May 20, 2007 12:40 pm Post subject: |
|
|
I'm not sure about Microsoft visual 2005 but in Microsoft visual C++ you have to go File => New and then choose the type of application. In your case you are going to create a Console Application.
Also stick to Microsoft Visual C++, its going to be easier for you.
_________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Sun May 20, 2007 12:49 pm Post subject: |
|
|
| and you wonder why I recommend compiling by the command line
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Sun May 20, 2007 4:55 pm Post subject: |
|
|
| appalsap wrote: | | and you wonder why I recommend compiling by the command line |
to command line.
|
|
| Back to top |
|
 |
goldengold Grandmaster Cheater Supreme
Reputation: -1
Joined: 11 Nov 2006 Posts: 1841 Location: -.-
|
Posted: Sun May 20, 2007 8:02 pm Post subject: |
|
|
| appalsap wrote: | | and you wonder why I recommend compiling by the command line |
The only reason I started C++ was because of it's compiler. I first started learning java but iot got kinda pissing of writing everything in a notepad.
_________________
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Sun May 20, 2007 8:14 pm Post subject: |
|
|
| goldengold wrote: | | appalsap wrote: | | and you wonder why I recommend compiling by the command line |
The only reason I started C++ was because of it's compiler. I first started learning java but iot got kinda pissing of writing everything in a notepad. |
It's called an IDE.
You didn't seriously think that people wrote all those programs in MS notepad?
http://www.jcreator.com/
http://www.eclipse.org/
Even in VS2005 you have J#.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for?
Last edited by DeltaFlyer on Sun May 20, 2007 9:13 pm; edited 1 time in total |
|
| Back to top |
|
 |
goldengold Grandmaster Cheater Supreme
Reputation: -1
Joined: 11 Nov 2006 Posts: 1841 Location: -.-
|
Posted: Sun May 20, 2007 8:21 pm Post subject: |
|
|
Oh
_________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Sun May 20, 2007 8:22 pm Post subject: |
|
|
| DeltaFlyer wrote: | | You didn't seriously think that people wrote all those programs in notepad |
but a lot of people prefer to, what with all the alternatives out there.
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Sun May 20, 2007 9:12 pm Post subject: |
|
|
Fine... MS Notpad: the one with a menu strip and a single multi-line edit control stuck in the middle, not notepad 2 or notepad plus.
Also jEdit is too slow and unstable for me to consider it a "notepad" program.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
oFayto Cheater
Reputation: 0
Joined: 08 Apr 2007 Posts: 43 Location: Somewhere in malaysia
|
Posted: Mon May 21, 2007 3:36 am Post subject: |
|
|
Can AutoIT be a programme to write C++ too? If yes, i would like to download it. Cuz i'm starting to learn C++.....without knowing much of it . I started wanting to learn C++ because i heard from people that C++ can make macros script and it can make bots for games like Silkroad online. Is it true anyway?
Oh and btw...what's the meaning of 'compiler'? And uh....do u guys have any recommendation which programme should i choose to write C++? I head there's a programme called Dev-c++
Thanks in advance
|
|
| Back to top |
|
 |
TheIndianGuy Advanced Cheater
Reputation: 102
Joined: 14 Jan 2007 Posts: 88
|
Posted: Mon May 21, 2007 9:53 pm Post subject: |
|
|
| wtf your rank is a master cheater and you dont even know how to make this program o.O
|
|
| Back to top |
|
 |
oFayto Cheater
Reputation: 0
Joined: 08 Apr 2007 Posts: 43 Location: Somewhere in malaysia
|
Posted: Tue May 22, 2007 2:56 am Post subject: |
|
|
Please people, help a noob out...which is me I really need to know. Thanks guys
|
|
| Back to top |
|
 |
nox Expert Cheater
Reputation: 0
Joined: 09 Apr 2007 Posts: 227 Location: brooklyn
|
Posted: Tue May 22, 2007 12:48 pm Post subject: |
|
|
| "practical C++ programming" is a shitty book, you'd be better off learning from an internet tutorial
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Mon May 28, 2007 2:58 pm Post subject: |
|
|
Aha, hello world program for C++. So easy.
| Code: |
#include <iostream>
using namespace std;
int main()
{
cout<<"HEY, you, I'm alive. Oh, and hello world.\n"
cin.get()
}
|
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
BrokenGlass Grandmaster Cheater Supreme
Reputation: 0
Joined: 06 Nov 2006 Posts: 1025
|
Posted: Thu May 31, 2007 3:08 pm Post subject: |
|
|
No, Autoit is a scripting language...
_________________
Hacked by void. |
|
| Back to top |
|
 |
|