Alice Community  

Go Back   Alice Community > General Discussion > The Lounge

Reply
 
Thread Tools Display Modes
Old
jediaction
Senior Member
 
jediaction's Avatar
 
Status: Offline
Posts: 5,064
Join Date: Jul 2009
Location: Bel Air, Maryland
Default 06-03-2011, 09:20 PM

So what your saying is...your a dummy?
jk


Website: www.salokingames.com
FaceBook: www.facebook.com/SalokinGames
   
Reply With Quote
Old
David B
Senior Member
 
David B's Avatar
 
Status: Offline
Posts: 1,145
Join Date: Dec 2010
Location: N/A
Default 06-03-2011, 09:23 PM

Quote:
Originally Posted by David B View Post
In addition to the one week course I will be taking on C++ this summer, I am currently reading, "Beginning Programming with C++ For Dummies." (Which is why I haven't been active on the forums for some time. The time I used to set aside for posting has been replaced, but don't worry. I shall return.)
Quote:
Originally Posted by jediaction View Post
So what your saying is...your a dummy?
jk
Sure ...
   
Reply With Quote
Old
Nighthawk0973
Senior Member
 
Nighthawk0973's Avatar
 
Status: Offline
Posts: 240
Join Date: May 2011
Location: In front of my computer.
Default 06-10-2011, 10:51 AM

I'm learning C++ from a guy named 'Bucky' on youtube

His tutorials pwn all and I get them for free. Here's what I did for my first code:

Code:
#include <iostream>

int main(){

using namespace std;

cout << "Hello World!" << endl;

return 0;

}
I also got C++ for Dummies because that's what I am It's 7 books in one. What IDEs do you guys use?

I used Microsoft Visual C++ to create my own web browser by looking at the API and I use CodeBlocks for my programs that I start from scratch at.

I prefer Java for programming. That's cause I don't know C++ that much yet.
   
Reply With Quote
Old
David B
Senior Member
 
David B's Avatar
 
Status: Offline
Posts: 1,145
Join Date: Dec 2010
Location: N/A
Default 06-10-2011, 02:06 PM

Quote:
Originally Posted by Nighthawk0973 View Post
I'm learning C++ from a guy named 'Bucky' on youtube

His tutorials pwn all and I get them for free. Here's what I did for my first code:

Code:
#include <iostream>

int main(){

using namespace std;

cout << "Hello World!" << endl;

return 0;

}
I also got C++ for Dummies because that's what I am It's 7 books in one. What IDEs do you guys use?

I used Microsoft Visual C++ to create my own web browser by looking at the API and I use CodeBlocks for my programs that I start from scratch at.

I prefer Java for programming. That's cause I don't know C++ that much yet.
Okay.
   
Reply With Quote
Old
TauTrumpsPi
Senior Member
 
TauTrumpsPi's Avatar
 
Status: Offline
Posts: 399
Join Date: Mar 2011
Location: The diamond layer
Default 06-10-2011, 07:19 PM

Quote:
Originally Posted by legolizard View Post
#include <iostream>
#include <conio.h>

int main()
{
std::cout<<"Cool man!"<<std::endl;

getch();
return 0;
}
Alright, now that I've been taking the class for long enough so that I know how to do this...

Code:
#include<iostream>

using namespace std;

int main ()
{
cout << "Thanks!" << endl;

system("PAUSE");
return 0;
}


--------------------------------------------------------------------------------------------------------------------------
I have plenty of common sense. I just choose to ignore it.
-Calvin and Hobbes

Wondering about my Avatar?
http://en.wikipedia.org/wiki/Tardigrade

Wondering about my username?
http://www.youtube.com/watch?v=jG7vhMMXagQ
   
Reply With Quote
Old
legolizard
Senior Member
 
legolizard's Avatar
 
Status: Offline
Posts: 242
Join Date: Jan 2011
Location: Aboard the Hyperion escaping the zerg.
Default 06-12-2011, 05:46 PM

Quote:
Originally Posted by Nighthawk0973 View Post
I'm learning C++ from a guy named 'Bucky' on youtube

His tutorials pwn all and I get them for free. Here's what I did for my first code:

Code:
#include <iostream>

int main(){

using namespace std;

cout << "Hello World!" << endl;

return 0;

}
I also got C++ for Dummies because that's what I am It's 7 books in one. What IDEs do you guys use?

I used Microsoft Visual C++ to create my own web browser by looking at the API and I use CodeBlocks for my programs that I start from scratch at.

I prefer Java for programming. That's cause I don't know C++ that much yet.
I use Dev-C++ although it is kind of forgotten and I actually prefer C++ because it is faster, more portable and most importantly Google uses it for there search engines, but Java is based on C++ so I suppose I like both.

Quote:
#include<iostream>

using namespace std;

int main ()
{
cout << "Thanks!" << endl;

system("PAUSE");
return 0;
}
Good job!


"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."-Albert Einstein

Last edited by legolizard; 06-13-2011 at 02:03 PM.
   
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.