Freedom The Open Source Way Contribute Articles or News to OSForgeOSForge HomeLogout from Forums
Contacting OSForgeOSForge HomeAbout OSForge
  
Forum Main Page User Control Panel Register to be a member - It's Free Search for Posts Event Calendar Members Lists Help on Using This Forum
OSForge Forums ? Talk Back ? Tutorials : Basic C++ School ? Hello Guest [login|register]
Last Post | First unread Post Print Page | Recommend to Friend | Add Thread to Favorites

Post New Thread Post Reply

Tutorials : Basic C++ School
10 Votes - Average Rating: 2.2010 Votes - Average Rating: 2.20


Author
Post ? Previous Thread | Next Thread ?

OSForgeBOT
AutoTalkBack
Posts : 801
Joined : 02-12-2003
Status: Offline



Quote | Edit | Report | IP | Up


Tutorials : Basic C++ School

This will be the first lesson in our new C++ school. You'll learn the basics of programming. And hopefully you will be able to do simpel animations in the end. View the full article at http://www.osforge.com/news/00934.html

02-16-2003 11:49 Homepage of OSForgeBOT Search for Posts by OSForgeBOT Add OSForgeBOT to your Buddy List

demon_eyes demon_eyes is a Male
Fresh Tux
Posts : 2
Joined : 07-03-2003
Status: Offline
Location: earth



Quote | Edit | Report | IP | Up


!std

using borland or not, there is no <iostream.h> in std c++.

__________________
--
:wq

07-06-2003 12:08 Homepage of demon_eyes Search for Posts by demon_eyes Add demon_eyes to your Buddy List
brutus brutus is a Male
Starter Tux
Posts : 12
Joined : 09-02-2003
Status: Offline
Location: Midwest, USA



Quote | Edit | Report | IP | Up


RE: !std

quote:
Originally posted by demon_eyes
using borland or not, there is no <iostream.h> in std c++.


Uh, yeah there is...
Depending on how you like to code, you can do a couple of things.

code:

using namespace std;


or

code:

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


I find the first to be easier.

09-02-2003 14:54 Homepage of brutus Search for Posts by brutus Add brutus to your Buddy List

Tree Structure | Board Structure

Rate Tutorials : Basic C++ School

 

Poor very bad 

1

2

3

4

5
 very good Excellent
Post New Thread Post Reply
Go to:

Scroll Up

   About OSForge | Term of Use | Privacy | Contact us | Tell a Friend | Advertise

Powered by Burning Board, ? 2002WoltLab GbR