Quantcast

Jump to content


Photo

I Just Made My First Program


  • This topic is locked This topic is locked
23 replies to this topic

#1 Ender

Ender
  • 4323 posts

Posted 05 June 2004 - 07:45 AM

I made the "Hello World" program :o (C++ programmers know what I mean) I am on my way! :p

Edited by Neo Wizkid, 05 June 2004 - 07:46 AM.


#2 Krnsaber

Krnsaber
  • 3583 posts

Posted 05 June 2004 - 07:47 AM

LOL I know what youre talking about! Its so funny!(Hello world iover and over again...)

#3

Posted 05 June 2004 - 07:49 AM

no!!!!!!!! oh well at least u made a program

#4 Ender

Ender
  • 4323 posts

Posted 05 June 2004 - 07:54 AM

It's actually the first program most programmers make. Not really hard, anyone can do it.

#5 113

113
  • 1190 posts

Posted 05 June 2004 - 07:59 AM

congrats !!!!!!!!!1111111


this is my code:


#include <iostream.h>
using namespace std;

void main()
{
case1: 
          cout<<"hello world!!!!!";
          goto case1;
}

did you use int main() or void main()

#6 X-Factor

X-Factor
  • 208 posts

Posted 05 June 2004 - 08:02 AM

It's actually the first program most programmers make. Not really hard, anyone can do it.

lol... It took me 5 months to do that prog! :o lol...

When I first did it. It just wouldent work, and I could never figure it out.

So I went on and made some other programs, then about 5 months later a good friend of mine wanted to start programming, so I told hi'm to do a Hello World project.

I found hi'm a diff tut than the one I used, and we both did the project. Within a min I had done it and it worked perfecly.

So I don't know if it was the first tut that was wronge, or if I have just gotton smarter :p

lol.

#7 113

113
  • 1190 posts

Posted 05 June 2004 - 08:10 AM

I think you forgot to add using namespace std; line, that was wrong wit my first c++ proggy

#8 Stew

Stew
  • 626 posts

Posted 05 June 2004 - 09:21 AM

For anyone who cares, I'm starting to program as well, with .Net 2003.

#9 Firestorm

Firestorm
  • 159 posts

Posted 05 June 2004 - 02:21 PM

does anybody here use assembly?

#10 Ender

Ender
  • 4323 posts

Posted 05 June 2004 - 02:25 PM

I don't use assembly, but here is my code:

#include <iostream>
          using namespace std;

          int main()
          {
         
                cout << "Hello World!\n";

              return 0;
          }


Edited by Neo Wizkid, 05 June 2004 - 02:26 PM.


#11 pyke

pyke
  • 13686 posts


Users Awards

Posted 05 June 2004 - 02:32 PM

SOO NO ONE FORGETS WHAT THE TOPIC WAS ORIGIANNLY ABOUT!!! congrats to you, and your beginning in making programs. Best of luck to ya.

#12 Hydrogen

Hydrogen
  • Neocodex Co-Founder

  • 22213 posts


Users Awards

Posted 05 June 2004 - 02:42 PM

nice prog wizkid ;) , now you are on your way hehe ;)

#13 pyke

pyke
  • 13686 posts


Users Awards

Posted 05 June 2004 - 04:21 PM

lmao. Oh ya it would be great to be able to do the stuff others can't! Until all those people were making requests like... you were some request granting machine!!!
sorry for being ;)

#14 Hidden.Elf

Hidden.Elf
  • 1797 posts

Posted 05 June 2004 - 06:42 PM

congrats Wizkid! I bet I know the source! :D
#include <iostream>

using namespace std;

void main()
{

cout << "Hello World!";

}

anyways you can find great tuts (if you have microsoft visual c++ .net) at www.gametutorials.com

#15 113

113
  • 1190 posts

Posted 05 June 2004 - 10:52 PM

@hidden: he allready posted the code :D


ohh an neowizz congrats again

#16 Stew

Stew
  • 626 posts

Posted 06 June 2004 - 03:31 AM

Then there's gamedev.net

#17 Hidden.Elf

Hidden.Elf
  • 1797 posts

Posted 06 June 2004 - 04:06 AM

@hidden: he allready posted the code ^_^


ohh an neowizz congrats again

well this is the code for ms visual c++ :p (different compilers are different)

#18 Dan

Dan
  • Resident Know-It-All

  • 6382 posts


Users Awards

Posted 06 June 2004 - 04:43 AM

You can make Hello World in Visual basic also - cant you?

#19 Hidden.Elf

Hidden.Elf
  • 1797 posts

Posted 06 June 2004 - 04:45 AM

yes... but its tradition in c++ ^_^

#20 113

113
  • 1190 posts

Posted 06 June 2004 - 05:03 AM

yea, if I am corect the first hello world was 2 megs large, compiled in at&t lab written in c++

#21 xx_WLT_xx

xx_WLT_xx
  • 2471 posts

Posted 06 June 2004 - 06:27 AM

er, the hello world program was the first program made by all beginner programmers. er, yeah, I know assembler(ASM)

#22 113

113
  • 1190 posts

Posted 06 June 2004 - 06:29 AM

er, the hello world program was the first program made by all beginner programmers. er, yeah, I know assembler(ASM)

I meant the first hello world written in c++

#23 supatyson

supatyson
  • 1959 posts

Posted 06 June 2004 - 09:03 PM

Thats kool Neo Wizkid, I have made a Pic Viewer and Volume finder(that uses Height and Base Radius to find the Volume) I am currently trying to code a Calculator!

#24 Guest_unused_*

Guest_unused_*

Posted 07 June 2004 - 03:54 AM

everyone starts on hello world usually I dont read tuts though ur best off to sit down with a full programs source code and read everyline also remember that each line is there for a reason it may seem like a pointles line but removing it will probly collapse the whole program you need to ask why


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users