IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
2 Pages V   1 2 >  
Reply to this topicStart new topic

Simple C++ Programs

, programming C++


Saint_Michael
no avatar
$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************
Group: [MODERATOR]
Posts: 7,257
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
myCENT:93.60



Post #1 post Sep 28 2004, 08:21 AM
what simple programs would a beginner should code in order to get some understanding the c++ along with leaning as well
Go to the top of the page
+Quote Post
BoSZ
no avatar
the one with a short temper
*********
Group: Members
Posts: 247
Joined: 26-July 04
Member No.: 211



Post #2 post Sep 28 2004, 10:42 AM
--==== notepad ====--

hehehe

for real there is no easy way into coding
you have to know the code and you need a assembler thats all
a use MS vistual studio
Go to the top of the page
+Quote Post
gettincrazyoverc...
no avatar
Newbie
*
Group: Members
Posts: 3
Joined: 29-September 04
Member No.: 1,324



Post #3 post Sep 29 2004, 03:22 AM
agreed with BosZ...
no Real shortcut for programming...
you can start from Turbo C++ or with VC++ from Microsoft...
U need to understand bare minimum just to write simple code
---------------------------------------------
Datatypes.
Procedural programming/Object Oriented programming
Functions
-------------------------------------
next comes
Arrays
Pointers
structures

and list doesn't end here... If you wnat free Ebook then download here
http://64.78.49.204/

try it they r damn good books

gettincrazyovercoding
Go to the top of the page
+Quote Post
Saint_Michael
no avatar
$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************
Group: [MODERATOR]
Posts: 7,257
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
myCENT:93.60



Post #4 post Sep 29 2004, 05:07 AM
should have been more clear, i was referring to like a chekcers game or simulator or a full blown program that does to much in one sitting tongue.gif
Go to the top of the page
+Quote Post
clouds421
no avatar
Advanced Member
*******
Group: Members
Posts: 145
Joined: 25-September 04
Member No.: 1,263



Post #5 post Sep 29 2004, 09:13 AM
you want to learn C/C++ by yourself?! I took a introductory class on it in hs and thought it was hella hard. I'm sure I'm not the only one...let's say there was a bit of copying going on the programming assignments :lol
Go to the top of the page
+Quote Post
Saint_Michael
no avatar
$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************
Group: [MODERATOR]
Posts: 7,257
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
myCENT:93.60



Post #6 post Sep 29 2004, 02:24 PM
the one computer class i took for programming was on a mac and *BLEEP* i had to do a lot of cough cough copy cough cough tongue.gif
Go to the top of the page
+Quote Post
neeki4444
no avatar
Newbie [Level 2]
**
Group: Members
Posts: 38
Joined: 31-August 04
Member No.: 967



Post #7 post Sep 29 2004, 04:26 PM
start learning c++ by using visual c++ 6.0 and read a c++ tutorial online, or buy a book. I recommend C++ How to program it will show you how to creat simple programs to more compliex applications.
Go to the top of the page
+Quote Post
alperuzi
no avatar
delete me
*********
Group: Members
Posts: 518
Joined: 18-September 04
From: delete me
Member No.: 1,185



Post #8 post Sep 29 2004, 09:11 PM
look into other code, get a C manual and start with a Hello World program of course biggrin.gif

It depends on if you want to learn C or C++ but I would look into using linux and gcc if you want C, since you will get aquainted with a lot of C code in Linux. You can also use gcc to compile C++
Go to the top of the page
+Quote Post
alperuzi
no avatar
delete me
*********
Group: Members
Posts: 518
Joined: 18-September 04
From: delete me
Member No.: 1,185



Post #9 post Oct 5 2004, 07:17 PM
I would disagree with that.

Know C or C++ -> you know Java (but never use it wink.gif )

Know java -> C++ and especially C is difficult for you because it is more low level than java

So it all depends upon which one you start with, and starting with C is much more advantageous.

C is the standard for programming today, maybe someday it'll be java, but hopefully not! Anyways, you can't really compare C with Java since Java works in a completely different way.
Go to the top of the page
+Quote Post
Shackman
no avatar
Super Member
*********
Group: Members
Posts: 423
Joined: 13-July 04
Member No.: 87



Post #10 post Oct 6 2004, 06:20 AM
You may want to look at this article I wrote in my forum:

http://www.limzb.uni.cc/news/viewtopic.php?t=140

For a starter, you may want to try this program:

QUOTE
#include <iostream.h>

int main ()
{


cout << "This is the 1st program I created after a long C++ Programming break"<<endl;

return 0;
}



Compile and run it. You may want to look at the free compilers I listed in my article.

Good luck in your journey in C++ Programming!

This post has been edited by Shackman: Oct 6 2004, 06:21 AM
Go to the top of the page
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No new   14 Spudd 1,240 25th September 2009 - 08:24 PM
Last post by: Spudd
No New Posts   11 thewebkid 3,166 11th April 2009 - 05:00 AM
Last post by: zakaluka
No New Posts   12 BooZker 3,052 8th July 2006 - 07:50 AM
Last post by: BooZker
No New Posts   2 threepach 2,175 19th February 2008 - 08:30 PM
Last post by: threepach
No New Posts   10 DataHead 14,212 7th December 2007 - 04:37 PM
Last post by: keego
No New Posts   6 winflowers 9,088 11th September 2004 - 09:14 PM
Last post by: MSTR
No New Posts   8 j-s 5,497 30th September 2004 - 12:39 PM
Last post by: Zenchi
No New Posts   7 brautigam 2,040 13th August 2006 - 06:05 PM
Last post by: delivi
No New Posts   1 solankyno1 3,718 5th October 2004 - 08:08 PM
Last post by: Saint_Michael
No New Posts   2 NeXDesigns 3,941 23rd October 2004 - 08:47 PM
Last post by: pweb
No New Posts   2 Final)arkJon 3,697 31st October 2004 - 11:59 AM
Last post by: OpaQue
No new   26 hulunes 8,467 28th December 2004 - 07:18 PM
Last post by: splehati
No New Posts 2 rowita 4,333 16th April 2009 - 11:35 AM
Last post by: amrik09
No New Posts   10 abusado 12,073 13th November 2004 - 10:44 PM
Last post by: tihu
No New Posts   2 -Dex- 2,785 13th November 2004 - 10:06 AM
Last post by: -Dex-


 



RSS Open Discussion Time is now: 24th November 2009 - 09:38 PM

Web Hosting Powered by ComputingHost.com.