• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 16:48
CEST 22:48
KST 05:48
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Team TLMC #5 - Finalists & Open Tournaments1[ASL20] Ro16 Preview Pt2: Turbulence10Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12
Community News
StarCraft II 5.0.15 PTR Patch Notes124BSL 2025 Warsaw LAN + Legends Showmatch2Weekly Cups (Sept 8-14): herO & MaxPax split cups4WardiTV TL Team Map Contest #5 Tournaments1SC4ALL $6,000 Open LAN in Philadelphia8
StarCraft 2
General
Team TLMC #5 - Finalists & Open Tournaments StarCraft II 5.0.15 PTR Patch Notes #1: Maru - Greatest Players of All Time Team Liquid Map Contest #21 - Presented by Monster Energy Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues
Tourneys
KSL Week 80 Stellar Fest StarCraft Evolution League (SC Evo Biweekly) RSL: Revival, a new crowdfunded tournament series SC2's Safe House 2 - October 18 & 19
Strategy
Custom Maps
External Content
Mutation # 491 Night Drive Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around
Brood War
General
BW General Discussion Diplomacy, Cosmonarchy Edition ASL20 General Discussion Soulkey on ASL S20 ASL TICKET LIVE help! :D
Tourneys
[ASL20] Ro16 Group D BSL 2025 Warsaw LAN + Legends Showmatch [ASL20] Ro16 Group C Small VOD Thread 2.0
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Borderlands 3 Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread
Community
General
US Politics Mega-thread The Big Programming Thread Things Aren’t Peaceful in Palestine UK Politics Mega-thread Russo-Ukrainian War Thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
Too Many LANs? Tournament Ov…
TrAiDoS
i'm really bored guys
Peanutsc
I <=> 9
KrillinFromwales
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1795 users

C++ IDE

Blogs > Osmoses
Post a Reply
Osmoses
Profile Blog Joined October 2008
Sweden5302 Posts
September 15 2009 16:21 GMT
#1
So, I've spent most of the last couple of years working mostly with Java and webdesign languages like actionscript and php, but now I've decided that I wanna go back to working with C++, which was one of the first languages I learned. I'm getting some new, up to date books and I'm gonna re-learn everything about it, as well as go deeper than I ever did before, into directX and graphic-heavy game programming.

However, I also need a compiler, or IDE, whatever the hell the difference is. Atm all I got is Microsoft Visual Studio 2005. Maybe it's the shit, I don't know, because back when I was doing C++ I was using Borland builder, where I would make a file with a main function and just run into console. But NOW, I go into Microsoft Visual Studio and it needs me to make a friggin project for something as simple as printing "hello world"! I spent an hour just figuring out how to compile a cout!

And when I wanna start a new project, I get a list of like fifteen templates, such as console application, win32 application, MFC, etc and I have no idea wth I need them for. All I want is a blank cpp file to which I can create my own linkage.

Whatever, I'm ranting, maybe its terrific, maybe I just gotta learn the distinctions between the templates. I dunno.

But before I go through all that trouble, I'm wondering if someone wouldn't mind telling me of another compiler. Anyone been using c++ professionally for the past 2-3 years that have some in-depth input?

Also, some tips on good books would be awe-sum. I've been programming for well over a decade, started with c++ about 7-8 years ago, been doing high level languages since then. Would really appreciate some help.

*
Excuse me hun, but what is your name? Vivian? I woke up next to you naked and, uh, did we, um?
Eti307
Profile Blog Joined March 2004
Canada3442 Posts
September 15 2009 16:50 GMT
#2
Hum you can just start an empty project and not use any of the templates. Then add new .cpp and .h files from there

Visual Studio 2008 + Visual Assist is the perfect IDE for C++ on windows imo. I have absolutely no problem with it.
keV.
Profile Blog Joined February 2009
United States3214 Posts
Last Edited: 2009-09-15 16:52:02
September 15 2009 16:51 GMT
#3
I'm a student who does all serious projects with C++ and Visual Studio..

New Project -> Blank project doesn't work? It will still create a lot of unnecessary project files, but they are easy enough to just delete. I wouldn't use the templates...

Visual Studio is an amazing program once you are comfortable with it. Absolutely essential if you know you are going to have to do some serious debugging.
"brevity is the soul of wit" - William Shakesman
imDerek
Profile Blog Joined August 2007
United States1944 Posts
September 15 2009 17:36 GMT
#4
Use gcc (g++) and a text editor such as emacs
A good C++ book would be "The C++ Programming Language" by Stroustrup, the creator of C++
Least favorite progamers: Leta, Zero, Mind, Shine, free, really <-- newly added
uNiGNoRe
Profile Blog Joined June 2007
Germany1115 Posts
September 15 2009 18:25 GMT
#5
In the past I've used Bloodshed Dev C++ as an IDE for C++ but when I figured out that you can actually use Eclipse not only for Java but for C++ as well, I switched over to Eclipse and I really like it.
Although you usually have to create a projects like in Visual Studio, Eclipse doesn't generate a lot of code or additional files and stuff like that. I always hated it when IDE's do too much for you. But the on the fly syntax error checking is pretty useful and you can use Eclipse with any compiler you want (as far as I know). I'm using it with MinGW (on Windows).
Eclipse itself is also platform independent (written in Java). You can as well unzip it onto an USB device and use it on other PC's or laptops over USB.

If you don't want to use this kind of "heavy" IDE, I'd recommend either Bloodshed Dev C++ (very simple IDE) or just the gcc compiler and an editor with syntax highlighting (i.e. Notepad++ for Windows).

Just my 2 cents.
agorist
Profile Joined July 2009
United States115 Posts
September 15 2009 18:28 GMT
#6
How have you been programming for a decade and not can't differentiate between an IDE and a compiler?

As imDerek states, most linuxy-developers like to use emacs/vi and gcc/g++ (gnu c compiler).

One can also use ajunta(sp?), eclipse, etc as they're more full-featured ides.
Scorch
Profile Blog Joined March 2008
Austria3371 Posts
September 15 2009 18:35 GMT
#7
How about Eclipse? It has plugins for just about every language.
omgbnetsux
Profile Blog Joined April 2004
United States3749 Posts
September 15 2009 18:37 GMT
#8
I think an editor with syntax highlighting with gcc is the way to go. I personally have a Linux server at home just for compiling stuff (easier to keep clean development environments).

As far as books go, C++ Primer Plus is very good.
Varn
Profile Joined December 2008
United States33 Posts
September 15 2009 19:41 GMT
#9
I've tried both Eclipse and Dev-C++, but I personally prefer Code::Blocks. Eclipse and Dev seemed incapable of performing code completion correctly, plus Dev always fucked with my indentation and the tabs were like half the width of the screen. So I switched to Code::Blocks and it hasn't presented any glaring faults as of yet.
Once we did run. How we chased a million stars and touched as only one can.
Strayline
Profile Blog Joined January 2009
United States330 Posts
Last Edited: 2009-09-15 20:03:27
September 15 2009 20:03 GMT
#10
In my opinion there are two ways to go:

1) Use MSVS and find the correct template. I think what you're probably looking for is Win32 Concolse Application. You can then you click Next on the options and make it a "Blank Project" which you will then Add>>New Item>>C++ file. void main() and gogogo.

2) Get gcc. You invoke it from the command line and it couldn't be simpler to "gcc test.cpp" then execute a.out or whatever. Use whatever to edit the files as text (notepad or MSVS if you want). Just save and run the compiler from a dos prompt.
Tyraz
Profile Blog Joined September 2008
New Zealand310 Posts
September 15 2009 23:24 GMT
#11
On September 16 2009 03:35 Scorch wrote:
How about Eclipse? It has plugins for just about every language.

This. I cannot express how much of a hard on i have for Eclipse. It may be big phat and bloated, but when it comes to coding, its just like writing a word document: Just right click on the red underlined code and select how you wanna fix it lol. It just makes everything so epically easy.
100% Pure.
Please log in or register to reply.
Live Events Refresh
Next event in 6h 12m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
UpATreeSC 278
IndyStarCraft 151
ZombieGrub94
JuggernautJason70
Nathanias 10
StarCraft: Brood War
Britney 14895
Dewaltoss 106
PianO 38
Shine 34
soO 28
HiyA 9
Dota 2
NeuroSwarm91
Counter-Strike
fl0m1329
Fnx 1120
Other Games
tarik_tv8323
summit1g5288
FrodaN4597
Grubby2884
gofns2075
ToD276
RotterdaM255
Hui .163
C9.Mang0138
KnowMe99
TKL 85
XaKoH 66
Trikslyr58
ViBE29
PPMD27
Chillindude19
Sick11
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 20 non-featured ]
StarCraft 2
• Hupsaiya 47
• Sammyuel 18
• sooper7s
• Migwel
• AfreecaTV YouTube
• LaughNgamezSOOP
• intothetv
• IndyKCrew
• Kozan
StarCraft: Brood War
• 80smullet 32
• FirePhoenix19
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
League of Legends
• Nemesis4729
• Doublelift3318
Other Games
• imaqtpie964
• Scarra793
• WagamamaTV292
• Shiphtur199
Upcoming Events
Korean StarCraft League
6h 12m
BSL Open LAN 2025 - War…
11h 12m
RSL Revival
13h 12m
Reynor vs Cure
TBD vs Zoun
OSC
1d
BSL Open LAN 2025 - War…
1d 11h
RSL Revival
1d 13h
Classic vs TBD
Online Event
1d 19h
Wardi Open
2 days
Monday Night Weeklies
2 days
Sparkling Tuna Cup
3 days
[ Show More ]
LiuLi Cup
4 days
The PondCast
5 days
CranKy Ducklings
6 days
Liquipedia Results

Completed

Proleague 2025-09-10
Chzzk MurlocKing SC1 vs SC2 Cup #2
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1

Upcoming

2025 Chongqing Offline CUP
BSL World Championship of Poland 2025
IPSL Winter 2025-26
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
Stellar Fest
SC4ALL: StarCraft II
EC S1
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Disclosure: This page contains affiliate marketing links that support TLnet.

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.