• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 19:46
CET 01:46
KST 09:46
  • 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
RSL Season 3 - Playoffs Preview0RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10
Community News
RSL Season 3: RO16 results & RO8 bracket12Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge1[TLMC] Fall/Winter 2025 Ladder Map Rotation14Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA12
StarCraft 2
General
RSL Season 3: RO16 results & RO8 bracket SC: Evo Complete - Ranked Ladder OPEN ALPHA RSL Season 3 - Playoffs Preview Mech is the composition that needs teleportation t GM / Master map hacker and general hacking and cheating thread
Tourneys
RSL Revival: Season 3 $5,000+ WardiTV 2025 Championship StarCraft Evolution League (SC Evo Biweekly) Constellation Cup - Main Event - Stellar Fest 2025 RSL Offline Finals Dates + Ticket Sales!
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 500 Fright night Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened
Brood War
General
Data analysis on 70 million replays A cwal.gg Extension - Easily keep track of anyone soO on: FanTaSy's Potential Return to StarCraft [ASL20] Ask the mapmakers — Drop your questions FlaSh on: Biggest Problem With SnOw's Playstyle
Tourneys
[Megathread] Daily Proleagues Small VOD Thread 2.0 [BSL21] GosuLeague T1 Ro16 - Tue & Thu 22:00 CET [BSL21] RO16 Tie Breaker - Group B - Sun 21:00 CET
Strategy
Current Meta Game Theory for Starcraft How to stay on top of macro? PvZ map balance
Other Games
General Games
Stormgate/Frost Giant Megathread EVE Corporation Path of Exile [Game] Osu! Should offensive tower rushing be viable in RTS games?
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Mafia Game Mode Feedback/Ideas
Community
General
Russo-Ukrainian War Thread The Games Industry And ATVI US Politics Mega-thread Things Aren’t Peaceful in Palestine About SC2SEA.COM
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Movie Discussion! Anime Discussion Thread Korean Music Discussion
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
TL Community
The Automated Ban List
Blogs
The Health Impact of Joining…
TrAiDoS
Dyadica Evangelium — Chapt…
Hildegard
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2151 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 44m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
White-Ra 220
SpeCial 148
Nina 137
StarCraft: Brood War
Leta 30
Dota 2
NeuroSwarm114
Counter-Strike
fl0m1338
Super Smash Bros
C9.Mang055
Other Games
summit1g13239
Grubby5417
FrodaN2177
WinterStarcraft163
ViBE129
Trikslyr72
Organizations
Other Games
gamesdonequick557
BasetradeTV32
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 19 non-featured ]
StarCraft 2
• Hupsaiya 80
• davetesta23
• IndyKCrew
• sooper7s
• AfreecaTV YouTube
• Migwel
• intothetv
• LaughNgamezSOOP
• Kozan
StarCraft: Brood War
• mYiSmile158
• Azhi_Dahaki15
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota22458
League of Legends
• Doublelift5102
Other Games
• Scarra1156
• imaqtpie1075
• WagamamaTV450
Upcoming Events
RSL Revival
6h 44m
Classic vs MaxPax
SHIN vs Reynor
herO vs Maru
WardiTV Korean Royale
11h 14m
SC Evo League
11h 44m
IPSL
16h 14m
Julia vs Artosis
JDConan vs DragOn
OSC
16h 14m
BSL 21
19h 14m
TerrOr vs Aeternum
HBO vs Kyrie
RSL Revival
1d 6h
Wardi Open
1d 13h
IPSL
1d 19h
StRyKeR vs OldBoy
Sziky vs Tarson
BSL 21
1d 19h
StRyKeR vs Artosis
OyAji vs KameZerg
[ Show More ]
OSC
1d 22h
OSC
2 days
Monday Night Weeklies
2 days
OSC
2 days
Wardi Open
3 days
Replay Cast
4 days
Wardi Open
4 days
Tenacious Turtle Tussle
4 days
The PondCast
5 days
Replay Cast
5 days
LAN Event
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2025-11-16
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
CSCL: Masked Kings S3
SLON Tour Season 2
RSL Revival: Season 3
META Madness #9
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
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.