CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: making the leap

  1. #1
    Join Date
    Aug 2007
    Posts
    1

    making the leap

    hey guys, i was a programmer a while ago in c++, python, basic, assembler and all the goods. i stayed in command line and microcontrollers though because i was intimidated by the code for visual and gui stuff. im a bit older now and think i can take it, i just need to know sme tings. where is the best place to learn gui, how much different is it from the regular c++, and do i need a special compiler or can i just use my bloodshed dev-c++? the stuff i am looking to get into is just, well at the moment having a window that says "hello world", and a button that terminates the window...... am i going to need to buy anything?

    also, unrelated but important: i want to program my 16f684 pic controller so it can interface with my computer, just through command line or something simple. is that possible? i really want someone to tell me its as simple as including the header file <iostream>, because that would be so awesome. thanks guys.

  2. #2
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: making the leap

    [ Moved Thread ]

  3. #3
    Join Date
    Jun 2007
    Location
    Vercelli, Italy
    Posts
    87

    Re: making the leap

    You can interface the 16f684 to any thing that understands RS-232. Many PIC's can adopt USB too, but if I'm not wrong it depends on the model. You'll have to write the drivers for your device yourself, though.
    I owe Paul McKenzie a pizza.

    I am no expert; but they say I can make concepts easy to understand. That's why newbies questions are mine!!! XD

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: making the leap

    the make serial-to-usb adapters. about $35 i think i paid
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured