Thread: void function in c -> c++

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    I was wondering if you'd start questioning my programming abilities. Seeing as programming has been my sole hobby for the past 5 years...

    Low level programming would be a reasonable description for any compiled (not interpreted - well not any I know of) language other than VB, C#, J# or Java (Java IMO BTW).

    C/C++ are reasonably low level languages, but my favourite LLL of all time iiiiiiiiiis... Assembly! I do prefer Intel syntax but obviously there are times when you just need to write in AT&T syntax (GCC inline asm for example). Well not that syntax makes any difference anyway. Not the most practical LLL in the world, but short of programming in 'raw' machine code...

    Don't you agree?

    *edit*

    Oh yes and I'm currently programming in assembly for my electronics coursework. Working with binary literals all the time is a pain though.
    Last edited by cboard_member; 08-19-2005 at 05:48 AM.
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling sample DarkGDK Program
    By Phyxashun in forum Game Programming
    Replies: 6
    Last Post: 01-27-2009, 03:07 AM
  2. Undefined Reference Compiling Error
    By AlakaAlaki in forum C++ Programming
    Replies: 1
    Last Post: 06-27-2008, 11:45 AM
  3. getting a headache
    By sreetvert83 in forum C++ Programming
    Replies: 41
    Last Post: 09-30-2005, 05:20 AM
  4. Replies: 5
    Last Post: 02-08-2003, 07:42 PM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM