Thread: Thinking about learning something else

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Internet Superhero
    Join Date
    Sep 2006
    Location
    Denmark
    Posts
    964
    Quote Originally Posted by Luciferek View Post
    Yeah visual basic is the language for those who who don't like challenging tasks like learning C++. It's so easy a caveman could do it!
    "It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration" - Edsger Dijkstra

    Just thought it was worth mentioning
    How I need a drink, alcoholic in nature, after the heavy lectures involving quantum mechanics.

  2. #2
    Dr Dipshi++ mike_g's Avatar
    Join Date
    Oct 2006
    Location
    On me hyperplane
    Posts
    1,218
    I started out with Basic

    But from what I have seen of VB; I don't like it. Everythings a Dim?!?

  3. #3
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by mike_g View Post
    But from what I have seen of VB; I don't like it. Everythings a Dim?!?
    Well, yes.
    All variables are declared with Dim.
    Dim Name As Type
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  4. #4
    Technical Lead QuantumPete's Avatar
    Join Date
    Aug 2007
    Location
    London, UK
    Posts
    894
    Quote Originally Posted by mike_g View Post
    I started out with Basic
    Me too, even did VB for a while before switching to C++ at uni. I don't *think* I'm mentally mutilated, but then how would I know?

    QuantumPete
    "No-one else has reported this problem, you're either crazy or a liar" - Dogbert Technical Support
    "Have you tried turning it off and on again?" - The IT Crowd

  5. #5
    Imperator of Darkness Luciferek's Avatar
    Join Date
    Jun 2008
    Location
    Detroit, MI
    Posts
    38

    Talking VB sucks!

    I started out with vb in highschool too, and i dont think i've been mutated. But I got to say that once i started C++ i never wanted to go back to VB or any other language. I don't need that fancy shmancy ultra quick form and button development, i need a language that can do some stuff.
    All I am saying that if tiachopvutru finds C++ too complex maybe he can try something ultra easy, but when he finds vb too complex i'm sorry, but maybe programming isn't for him.

  6. #6
    Registered User
    Join Date
    May 2008
    Posts
    18
    Quote Originally Posted by Luciferek View Post
    I started out with vb in highschool too, and i dont think i've been mutated. But I got to say that once i started C++ i never wanted to go back to VB or any other language. I don't need that fancy shmancy ultra quick form and button development, i need a language that can do some stuff.
    All I am saying that if tiachopvutru finds C++ too complex maybe he can try something ultra easy, but when he finds vb too complex i'm sorry, but maybe programming isn't for him.
    Nope, I'm going for Python, right now, not Visual Basic. Probably because I'm hearing it a lot from others, but Visual Basic doesn't give me a good impression for some reason... In addition, I also want to use a language that's more "open."

    Rather than complex, the amount of stuffs in C++ are overwhelming me. Since I have only finished about 1/3rd of the book I read, C++ may as well be complex for me right now. I don't believe I cannot do programming, however. Right now, I'm following Python since it's easier, so I can have a sense of being able to create something sooner and also to understand the process of programming before I get back to C++ with all the details.

  7. #7
    Dr Dipshi++ mike_g's Avatar
    Join Date
    Oct 2006
    Location
    On me hyperplane
    Posts
    1,218
    Yeah, python should be fun. I'd like to learn it too if I can get around to it. It seems to be quite a flexible language.

  8. #8
    Hmm...? gin's Avatar
    Join Date
    Jun 2008
    Location
    Glasgow, Scotland
    Posts
    51
    Quote Originally Posted by Neo1 View Post
    "It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration" - Edsger Dijkstra

    Just thought it was worth mentioning
    My secondary school computing course teaches TurboBASIC (or is it TrueBASIC?), either way I'm doomed! Thing is, I'll have to learn it to pass.
    Last edited by gin; 06-21-2008 at 05:58 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. learning ability...gone?
    By jessie23 in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 02-08-2003, 04:02 PM
  2. Learning Rate Of C++
    By Krak in forum C++ Programming
    Replies: 27
    Last Post: 01-29-2003, 01:53 PM
  3. Help with Constants and enum constants. Newbie learning C++.
    By UnregJDiPerla in forum C++ Programming
    Replies: 5
    Last Post: 01-07-2003, 08:29 PM
  4. What do you think about learning C++ and the C?
    By incognito in forum C++ Programming
    Replies: 6
    Last Post: 11-29-2001, 02:01 AM
  5. what do you think of Learning C++ and then C?
    By incognito in forum C Programming
    Replies: 7
    Last Post: 11-28-2001, 03:12 PM