Jump to content

c++ setting up my computer what do i need

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
16 replies to this topic

#1
justinb09

justinb09

    Newbie

  • Members
  • PipPip
  • 27 posts
hi i need a step by step explnation of how and what i need on my computer to run and compile c++ programs

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
1) You need a compiler.
2) You need a text editor.

You may want to read the sticky threads:
http://forum.codecal...-resources.html
http://forum.codecal...-questions.html
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
justinb09

justinb09

    Newbie

  • Members
  • PipPip
  • 27 posts
ok i have a text editor and i have downloaded ming gw

#4
killcode

killcode

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
Well you could just simply use a IDE like dev-c++
Posted Image

#5
Psynic

Psynic

    Learning Programmer

  • Members
  • PipPipPip
  • 61 posts
the Microsoft c++ express editions are free and if u register them you can get some great learning resources from them. also i used to use bloodshed dev c++ which was also a great lightweight editor and compiler. just a thought :D

#6
justinb09

justinb09

    Newbie

  • Members
  • PipPip
  • 27 posts
i am using dev c++but it wont compile any thing

#7
killcode

killcode

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
What compile errors did you get?
Posted Image

#8
noerrorsfound

noerrorsfound

    Newbie

  • Members
  • Pip
  • 7 posts
Why you shouldn’t use Dev-C++
jasonbadams.net/20081218/why-you-shouldnt-use-dev-c/

#9
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Or just use wxDev-C++.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#10
killcode

killcode

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
yeah :D
Posted Image

#11
noerrorsfound

noerrorsfound

    Newbie

  • Members
  • Pip
  • 7 posts

WingedPanther said:

Or just use wxDev-C++.
I don't think the blog author knows about it. Personally, I'd still prefer Code::Blocks because it's cross-platform.

#12
killcode

killcode

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
True, but if hes on a windows machine, it would of been the quickest and easiest way to set-up
Posted Image