Thread: C Ya!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,664
    Seems like a good idea to me

    I'm pretty much of the opinion that learning how to program should be done with nice safe languages like the ones in the list. You know, where simple mis-placement of a ; for example doesn't hose your machine.

    My "teaching" language back in the day was Pascal. But I never used it for paid employment and all the languages I know and use today have been self-taught.

    It's like learning to drive, you don't sit the newbies in a Ferrari - they'd just end up wrapping it around the nearest tree as soon as you left them alone with it.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by Salem View Post
    You know, where simple mis-placement of a ; for example doesn't hose your machine.
    I believe in python it is \t which is used to hose the machine.

    Anyway, the academy "is it's own place" in many fields, and that's probably good. Business priorities should not necessarily set the rules. Eg, it seems to me the relative performance potential of one language vs. another (where C/C++ will predominate) would be irrelevant to the task of studying computer science.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Hah More whining Ya!
    By Validinfection in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 11-17-2007, 07:20 AM
  2. Hello ya all cprogramming.com dwellers.
    By Rennor in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 08-16-2006, 02:30 AM
  3. To the Taskbar with ya
    By RoD in forum Tech Board
    Replies: 0
    Last Post: 05-02-2004, 10:39 PM
  4. Ya know....
    By Shadow in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 10-13-2001, 09:22 PM