Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: first programming language

  1. #11
    If you can't hack it, you don't own it! Oneslowz28's Avatar
    Join Date
    Mar 2007
    Location
    Aiken, Sc
    Posts
    5,084

    Default Re: first programming language

    Yea thats me. Its actually a full water cooling information center. It will read the RPM of 2 fans, 2 pumps, display temperature from 4 locations, display liquid flow rate in lph, and sound an alarm if the flow stops.

    Arduino is a fun way to learn c++ well a derivative of it anyway. But I have a AVR devboard that just uses c++ and AVRdude to compile and upload. Of course this is all for physical computing and I know nothing about building software apps or things like that.

  2. #12
    Case Wizard blaze15301's Avatar
    Join Date
    May 2010
    Location
    usa
    Posts
    905

    Default Re: first programming language

    wow im amazed i want to do that. but on a side note would you be willing to make and sell one of those when you perfect it. if so how much
    Quote Originally Posted by AmEv View Post
    Or are you talking about vending machine choice C-4?

    mmmmm... skittles....
    bench mark software.

    video bios flashing guide

  3. #13
    If you can't hack it, you don't own it! Oneslowz28's Avatar
    Join Date
    Mar 2007
    Location
    Aiken, Sc
    Posts
    5,084

    Default Re: first programming language

    Yes I am planning on doing that and the price is TBD but should be not much over cost of materials.

  4. #14
    AARGH dr.walrus's Avatar
    Join Date
    Mar 2008
    Location
    Ho Chi Minh City
    Posts
    993

    Default Re: first programming language

    Quote Originally Posted by blaze15301 View Post
    hello again every one.

    i am looking for a programming language that is good to learn first. and some pointers. i have done hello world in c++ and C#. so if you would like to suggest something please do.
    I would ask you simply this: what do you want to do with your programming? Because if you have a particular theme or project in mind, picking a particular language and specialising in it would make sense.

    Some projects require scripting only, and therefore OOP isn't necessary. For example, if you want a list of items inserted into a database, your program would read in pseudocode:

    -open file
    -read first line
    -insert into database
    -read second line
    -insert into database
    -close file

    That action could be done without an object oriented language and you could streamline your learning a lot.

    If you don't know what you're going to do with your programming knowledge, I would go for Java.

  5. #15
    Case Wizard blaze15301's Avatar
    Join Date
    May 2010
    Location
    usa
    Posts
    905

    Default Re: first programming language

    ok well let me know and i will be sure to buy one.
    Quote Originally Posted by AmEv View Post
    Or are you talking about vending machine choice C-4?

    mmmmm... skittles....
    bench mark software.

    video bios flashing guide

  6. #16
    Will YOU be ready when the zombies rise? x88x's Avatar
    Join Date
    Oct 2008
    Location
    MD, USA
    Posts
    6,334

    Default Re: first programming language

    Quote Originally Posted by blaze15301 View Post
    ok well let me know and i will be sure to buy one.
    wah?
    That we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously.
    --Benjamin Franklin
    TBCS 5TB Club :: coilgun :: bench PSU :: mightyMite :: Zeus :: E15 Magna EV

  7. #17
    Case Wizard blaze15301's Avatar
    Join Date
    May 2010
    Location
    usa
    Posts
    905

    Default Re: first programming language

    lol i just pmed you about the fittings thanks for reminding me. and he is going to be selling his water/fan controller thing hes working on.
    Quote Originally Posted by AmEv View Post
    Or are you talking about vending machine choice C-4?

    mmmmm... skittles....
    bench mark software.

    video bios flashing guide

  8. #18
    Will YOU be ready when the zombies rise? x88x's Avatar
    Join Date
    Oct 2008
    Location
    MD, USA
    Posts
    6,334

    Default Re: first programming language

    Hahaha, oh, that. The post inbetween threw me off.
    That we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously.
    --Benjamin Franklin
    TBCS 5TB Club :: coilgun :: bench PSU :: mightyMite :: Zeus :: E15 Magna EV

Posting Permissions

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