+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Topic: Programming language/program?

  1. #1
    Quiksilver's Avatar
    Quiksilver is offline Senior Member
    Join Date
    May 2004
    Posts
    642

    Programming language/program?

    See I want to try out this programming stuff...looks interesting. Yes I know it'll be extremely hard so don't reply here with dude it's too hard. Just give me some kind of link where I can download a programming program that uses a programming language. I've heard something about C++ and I hear it's now being used in a lot of programs so I thought I'd have a go. Anyway please give me links as to where I can download such programs...no need to give me tips I think I can manage by myself. Doesn't have to be C++ but please give me one that is used in a decent amount of programs today. Not something extremely old....
    -quik

  2. #2
    SphinX is offline Junior Member
    Join Date
    Nov 2004
    Location
    USA.
    Posts
    26
    Learn the way a computer functions first.
    Learn how the operating system works, how messages work, how it communicates with the hardware...
    Know math well....

    www.google.com

  3. #3
    Quiksilver's Avatar
    Quiksilver is offline Senior Member
    Join Date
    May 2004
    Posts
    642
    I asked for programming and that's what I was kind of expecting. Instead you tell me to learn how to do stuff. You also give me the google website. Telling me to learn stuff is another way of saying "you're not smart enough". You know what? I don't care. I just wan't tro try it, is that a crime?
    -quik
    I'm in advanced math thank you very much.

  4. #4
    Charles's Avatar
    Charles is offline Senior Member
    Join Date
    Mar 2003
    Location
    New Jersey
    Posts
    538
    quote:Originally posted by dragonreborn

    I asked for programming and that's what I was kind of expecting. Instead you tell me to learn how to do stuff. You also give me the google website. Telling me to learn stuff is another way of saying "you're not smart enough". You know what? I don't care. I just wan't tro try it, is that a crime?
    -quik
    I'm in advanced math thank you very much.
    By advanced math, you mean algebra, correct? You will want to have an understanding of variables (algebra helps, since you brought up math) before you can have much success programming.

    Once you know the concepts to programming (functions, variables, OOP, flow control, classes, etc.), it becomes personal preference of a syntax.

    Links for free IDEs--

    C++

    DevC++

    Borland C++BuilderX

    .NET

    SharpDevelop (C# and VB)

    Microsoft Whidbey Express Betas (VB, C#, C++, J#, ASP.net, these require the .NET Framework 2.0 Beta)

    Borland C# Builder Personal Edition

    Java

    Borland JBuilder

    Eclipse IDE

    NetBeans

  5. #5
    SphinX is offline Junior Member
    Join Date
    Nov 2004
    Location
    USA.
    Posts
    26
    quote:Originally posted by dragonreborn

    I asked for programming and that's what I was kind of expecting. Instead you tell me to learn how to do stuff. You also give me the google website. Telling me to learn stuff is another way of saying "you're not smart enough". You know what? I don't care. I just wan't tro try it, is that a crime?
    -quik
    I'm in advanced math thank you very much.
    Dude, I'm trying to help. Go ahead, open a C compiler, you won't know what to do.

    "I'm in advanced math thank you very much."
    Wanna brag eh? Well, I'm in Honors English II, Honors Physics II (might move to AP), Honors Chemistry, Honors French III, Honors Analysis I (Pre Calculus), and AP US History I (a college course, I'm a sophomore in high school). Oh, and C++ class first period.

  6. #6
    N3m3s1s is offline Junior Member
    Join Date
    Nov 2004
    Location
    .
    Posts
    23
    Forget learning how a computer works for now, unless you gonna program in assembly you dont need to know. Grab yourself a program environment, pascal is great for a first time language and so is visual basic. However you want something that is used in most programs today so I suggest you use visual basic. Just remember that rogramming is as easy as you make it.

    [We do NOT allow cracking here]
    http://nemesis.antiworld.biz/main.html

  7. #7
    David's Avatar
    David is offline Administrator
    Join Date
    Apr 2003
    Location
    Seattle, WA
    Posts
    5,330
    quote:Originally posted by dragonreborn
    Telling me to learn stuff is another way of saying "you're not smart enough".
    Uhh... SphinX had very good suggestions. You can't program for a computer until you have a good understanding how of they work, connect to each other and function. I've been using a computer heavily for two years now. I never tried to learn to program, I basically learned it without realizing it, I never read a tutorial, I never had someone tell me what to do, I looked at ASP code. I'd say that was one of the hardest things I've ever done--and I'm a much better person for it--but it's not the right way to learn. Learning how to program without an understanding of computers is like learning to drive without knowing how a steering wheel or the pedals works - you just don't do that.

    My peers see me as a programmer, a hacker, an administrator and a friend--I owe it all toe computers and learning. You'll spend much of your time learning and understanding. I can't even begin to think of how many times I've tried to (and succeeded) learn something I didn't fully understand. Not only is it hard, but it's not worth it. Get the basics and do it right, you'll do better in the long-run.

    Take it from someone who knows - learn as much as you can about computers in general before you start coding. It'll help you better understand programming concepts and you will be less likely to give up easily.

    I'm 16, I've been programming since I was 14 years old, I've scripted/programmed in more languages than I can count on two hands, I've been there, I've done that -- don't give up!

    Raining on the parade since 2003.

    Dave Amenta .com

  8. #8
    Quiksilver's Avatar
    Quiksilver is offline Senior Member
    Join Date
    May 2004
    Posts
    642
    Ok. I see what you're saying...get to know how things work. So how exactly do I do that? If you could explain David you would really help me. I'm not looking to program but I've decided since I spend a lot of time on the computer I might as well try to produce something cool (such as the googler!). I don't plan on giving up either but I know it'll be hard and frustrating...I'm not the type that gives up!
    -quik

  9. #9
    DJHyperbyte is offline Senior Member
    Join Date
    Jan 2003
    Location
    Netherlands.
    Posts
    2,584
    quote:Originally posted by N3m3s1s

    Forget learning how a computer works for now, unless you gonna program in assembly you dont need to know.
    That's complete nonsense, as David already pointed out. You won't be able to create advanced computer programs if you don't understand the basics of your OS.
    quote:Originally posted by N3m3s1s

    However you want something that is used in most programs today so I suggest you use visual basic.
    Now this is even worse... but I guess you never leave your circle of l33t Windows wanna-be coders? Visual Basic is lame. Sure, it works for creating some simple programs, but if you want to do advanced stuff, Visual Basic will not suit anymore. Not to mention Visual Basic creates awefully slow and inefficient machine code.

    I wouldn't know what the most used programming language nowadays is, but my guess goes to C/C++. Think opensource.

  10. #10
    kron_19792000 is offline Senior Member
    Join Date
    Oct 2004
    Location
    .
    Posts
    197
    If you really want to learn a language you can try python it is easy and it is powerful and the programs are pretty efficient. But I still fell C is the best language. But some people who who start out with C find the concept of arrays a bit tough, but personally I feel once you can get the hang of ANY language you can shift between languages pretty fast, it is more about getting the logic then you can learn the syntax of any other language in a few weeks.
    "I have one report of a frustrated geek who took his PC into the middle of a parking lot and dosed it with two gallons of gasoline. That's a bit much. Two cups would have been more than sufficient."--Kent Norman

+ Reply to Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Topics

  1. HELP: Programming in C!
    By lazyturbo in forum Computer Support Discussion
    Replies: 1
    Last Post: 02-09-2005, 02:33 PM
  2. Programming Languages
    By AwesomeSauce in forum Computer Support Discussion
    Replies: 11
    Last Post: 07-28-2004, 09:26 PM
  3. API/SDK Programming Information
    By DaleBarnes in forum AIM Support
    Replies: 0
    Last Post: 07-19-2004, 12:23 AM
  4. Book(s) on features of programming languages
    By Zlink123 in forum The BigBlueBall Lounge
    Replies: 6
    Last Post: 12-03-2003, 05:05 PM
  5. Hardware programming
    By ShadowSlayer469 in forum The BigBlueBall Lounge
    Replies: 8
    Last Post: 09-11-2003, 05:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts