C++

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: C++

Re: C++

Post by tank » 08 Oct 2013, 14:51

I was gonna say the bloodshed site also

Re: C++

Post by joedf » 02 Oct 2013, 02:27

1. Install mingw
2. create hello.cpp
3. in cmd, g++ hello.cpp -o hello
4. in cmd, run, hello
5. it prints "hello world"

@kon lol, Combine LibCon and Ahk, and go back to the console again! :D

Re: C++

Post by kon » 02 Oct 2013, 02:19

http://www.bloodshed.net/devcpp.html ->wikipedia-> https://en.wikipedia.org/wiki/Dev-C++

A while ago when I started reading through the exact tutorial you mentioned, (http://www.cplusplus.com/doc/tutorial/) I understood it because I knew AHK, but I was baffled because it didn't mention a compiler. Eventually I got Cygwin and downloaded the gnu gcc, but that took a long time to figure out. For just learning the basics, which I am still doing, I just wanted something similar to SciTE4AutoHotkey.

C++

Post by nnnik » 02 Oct 2013, 02:03

C++ is one of the most common programming languages.
You can find a good tutorial here.
http://www.cplusplus.com/doc/tutorial/
Also you will need a compiler:
Google:
  1. gnu gcc
  2. Visual C++ Express 2010
I personally use Visual C++ Express.

If you know other Compilers Name them here.

Top