Thread: help with a really basic question

  1. #1
    Registered User
    Join Date
    Jan 2005
    Posts
    16

    help with a really basic question

    Hi,
    I've already learned how to do basic programming in C++ and understand all the basics. I want to go a step further now and based on this website I was going to explore OpenGL. I was reading the tutorial and RoD provided a "hello world" in windows programming.

    For programming C++, I used Secure Shell SSH and would just open a c++ file with an editor (emacs helloworld.cc). Can I use this program to do windows programming as well and how would I do that, or do I need something completely different?

    Thank you...

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    Unless I'm mistaken emacs is an editor, you can use any edit to edit source code. But when it comes to compiling the code you will need a compiler for the platform your coding for in this case windows.
    Some windows compilers are
    Bloodshed DevC++
    Microsoft Visual C++
    and Borland C++

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A basic math programming question
    By hebali in forum C Programming
    Replies: 38
    Last Post: 02-25-2008, 04:18 PM
  2. Basic question about GSL ODE func RK4
    By cosmich in forum Game Programming
    Replies: 1
    Last Post: 05-07-2007, 02:27 AM
  3. Basic question about RK4
    By cosmich in forum C++ Programming
    Replies: 0
    Last Post: 05-07-2007, 02:24 AM
  4. A very basic question
    By AshFooYoung in forum C Programming
    Replies: 8
    Last Post: 10-07-2001, 03:37 PM