+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: C/C++ frequently asked questions

  1. #11
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: C/C++ frequently asked questions

    Assembly is a programming language that many languages are translated into before being turned into machine language. It is an extremely low-level programming language.

    A compiler is a program that transforms a program from the code you read into machine language. Many compilers translate the programs into assembly as a middle step.

    An IDE is an Integrated Development Environment. It's usually the combination of a text editor, front-end for the compiler, and front-end for the debugger. In some case, the IDE is also a RAD (Rapid Application Development) tool. Visual Studio supports this by letting you do drag and drop to design what an application will look like.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #12
    Tonyg1 is offline Newbie
    Join Date
    Apr 2010
    Location
    NJ/USA
    Posts
    10
    Rep Power
    0

    Re: C/C++ frequently asked questions

    I have a question, I have been learning C++ but basically just console programming. I was wondering if anyone can tell me of good books or tutorials on visual programming or windows programing, whatever you want to call it, like dialog boxes and windows, etc. Not sure where to look. Thanks

  4. #13
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: C/C++ frequently asked questions

    C++ doesn't come with a GUI. There are many books available for the variety of GUI toolkits. You have to pick the toolkit first, however. Options include wxWidgets, QT, gtkmm, and many others.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #14
    Tonyg1 is offline Newbie
    Join Date
    Apr 2010
    Location
    NJ/USA
    Posts
    10
    Rep Power
    0

    Re: C/C++ frequently asked questions

    ahh ok thanks. I will look into those then.

  6. #15
    Shephard is offline Newbie
    Join Date
    Jun 2010
    Posts
    6
    Rep Power
    0

    Re: C/C++ frequently asked questions

    What is the best c compiler for windows?

  7. #16
    opwuaioc's Avatar
    opwuaioc is offline Programming Professional
    Join Date
    Jun 2010
    Location
    SF/NY
    Posts
    218
    Rep Power
    0

    Re: C/C++ frequently asked questions

    Quote Originally Posted by Tonyg1 View Post
    I have a question, I have been learning C++ but basically just console programming. I was wondering if anyone can tell me of good books or tutorials on visual programming or windows programing, whatever you want to call it, like dialog boxes and windows, etc. Not sure where to look. Thanks
    Start with The Forger's Win32 Tutorial. It's a great place to begin if you're using Windows. If you're using Linux, then go with what WingedPanther said.
    Something witty here.

  8. #17
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: C/C++ frequently asked questions

    The visual studio is pretty good/well reviewed. I like MinGW because I get a consistent interface between it and gcc on Linux.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  9. #18
    bootromy is offline Newbie
    Join Date
    Feb 2011
    Posts
    2
    Rep Power
    0

    Re: C/C++ frequently asked questions

    Thanks!

  10. #19
    bbqroast's Avatar
    bbqroast is offline Programming God
    Join Date
    Jul 2010
    Posts
    506
    Blog Entries
    9
    Rep Power
    9

    Re: C/C++ frequently asked questions

    This is what I think they are:
    IDE: Integrated Development Environment- A program like Code::Blocks with features such as guessing what your typing and instant "press of a button" compiling and running.
    Compiler: A program such as MinGW that turns code such as C++ into computer language such as binary.
    Assembler: A program that puts together code, libraries and other "includes" into one binary file.
    Please, write clearly with proper structure. Double spacing makes the text feel un-jointed, Capitalizing Every Word Means People Stop Before Every Word Sub-Consciously Which Is A Pain In The Backside, and use code tags! (The right most styling box).

+ Reply to Thread
Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. PHP Guide: Fequently Asked Questions
    By Alexander in forum PHP Development
    Replies: 9
    Last Post: 01-31-2012, 11:14 PM
  2. Python frequently asked questions
    By v0id in forum Python
    Replies: 2
    Last Post: 12-05-2010, 10:30 AM
  3. please read and help me with the few questions i have asked
    By hathaway919 in forum C# Programming
    Replies: 1
    Last Post: 06-28-2010, 12:08 PM
  4. Mine less asked questions
    By asafe in forum C and C++
    Replies: 2
    Last Post: 09-26-2009, 02:42 PM
  5. The less asked questions
    By ZekeDragon in forum C and C++
    Replies: 26
    Last Post: 09-26-2009, 01:07 PM

Tags for this Thread

Bookmarks

Posting Permissions

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