LMAO PHAILGyroVorbis wrote:What the? You serious? It's called the standard template library for a reason.Ginto8 wrote:With me, I have the STL, but I had to get it from my Dev-C++ installation. Weird, I know, but that's how I had to do it... Am I being cheated out of something?
edit: What I mean is that it didn't come with the STL files. You can set it up to use them, but it I had to get the files from somewhere else (ie Dev-C++).
Free development utilities (not a free trial, its all free)
Moderator: PC Supremacists
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Free development utilities (not a free trial, its all free)
There's no place like ~/
- LuciDreamTheater
- Chaos Rift Newbie
- Posts: 39
- Joined: Tue Jan 20, 2009 2:18 am
- Location: Southern CA
- Contact:
Re: Free development utilities (not a free trial, its all free)
- Boost C++ Libraries -- So many people use Boost that it might even be called an extension of the standard library. What's more is that a number of its features are going to be implemented into the next version of C++.
- Tortoise SVN -- Someone else mentioned Subversion, so I thought I'd add my thoughts on TortoiseSVN. When I'm on Windows, I like to use a GUI to handle source control, and of all the solutions I've tried, Tortoise SVN has been the best. Please note, however, that it will modify your right-click context menu -- this is taboo for some users.
- Cygwin -- Although I dual boot with Fedora (and Ubuntu on my other machine), sometimes it's advantageous to emulate linux, and I don't know of any other method besides using Cygwin*.
- KallistiOS -- I'm not sure if KallistiOS can be classified as a utility, but regardless of semantics, if you plan to do Dreamcast development, there's not much of a choice. KallistiOS will facilitate hardware communication and will handle the dirty work for you.
- Ginto8
- ES Beta Backer
- Posts: 1064
- Joined: Tue Jan 06, 2009 4:12 pm
- Programming Language of Choice: C/C++, Java
Re: Free development utilities (not a free trial, its all free)
When I had installed it on my other computer it was fine... But not on this one. It's weird... Ah well I'll either attempt to fix it, or just completely ignore it.LeonBlade wrote:LMAO PHAILGyroVorbis wrote:What the? You serious? It's called the standard template library for a reason.Ginto8 wrote:With me, I have the STL, but I had to get it from my Dev-C++ installation. Weird, I know, but that's how I had to do it... Am I being cheated out of something?
edit: What I mean is that it didn't come with the STL files. You can set it up to use them, but it I had to get the files from somewhere else (ie Dev-C++).
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Free development utilities (not a free trial, its all free)
It's not your fault
There's no place like ~/
- programmerinprogress
- Chaos Rift Devotee
- Posts: 632
- Joined: Wed Oct 29, 2008 7:31 am
- Current Project: some crazy stuff, i'll tell soon :-)
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++!
- Location: The UK
- Contact:
Re: Free development utilities (not a free trial, its all free)
you could download the Code::Blocks install file that includes MinGW, I believe this would solve your problem... or you could just tell code::blocks where the libraries are, or, even better! Install the libraries somewhere central on your computer, and just tell your different IDEs to use those.
I think this may solve your problem.
I think this may solve your problem.
---------------------------------------------------------------------------------------
I think I can program pretty well, it's my compiler that needs convincing!
---------------------------------------------------------------------------------------
And now a joke to lighten to mood :D
I wander what programming language anakin skywalker used to program C3-PO's AI back on tatooine? my guess is Jawa :P
I think I can program pretty well, it's my compiler that needs convincing!
---------------------------------------------------------------------------------------
And now a joke to lighten to mood :D
I wander what programming language anakin skywalker used to program C3-PO's AI back on tatooine? my guess is Jawa :P
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: Free development utilities (not a free trial, its all free)
I recently reinstalled Windows due to this very thing.. My context menu was so messed up and I could not figure out how to fix it, or even put it back to default, for the life of me. ( I didn't exactly go all out trying to fix the stupid thing because 1.) I was too lazy 2.) My computer needed a nice cleaning :P )anothrguitarist wrote:Please note, however, that it will modify your right-click context menu -- this is taboo for some users.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- Ginto8
- ES Beta Backer
- Posts: 1064
- Joined: Tue Jan 06, 2009 4:12 pm
- Programming Language of Choice: C/C++, Java
Re: Free development utilities (not a free trial, its all free)
You don't have to worry. I already have them from Dev-C++.programmerinprogress wrote:you could download the Code::Blocks install file that includes MinGW, I believe this would solve your problem... or you could just tell code::blocks where the libraries are, or, even better! Install the libraries somewhere central on your computer, and just tell your different IDEs to use those.
I think this may solve your problem.
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
- Spikey
- Chaos Rift Cool Newbie
- Posts: 98
- Joined: Sat Dec 13, 2008 6:39 am
- Programming Language of Choice: C++
- Location: Ottawa, Canada
- Contact:
Re: Free development utilities (not a free trial, its all free)
DevIL (Developer's Image Library) aka OpenIL.
Supports 27+ image formats plus filters and saving, etc.
It's like Photoshop for opengl... sort of. Anyway it's pretty cool and worth checking out.
http://openil.sourceforge.net/
Targa/TGA Thumbnail preview for windows explorer
Normally windows does not make previews of targas .tga in explorer, this fixes that.
http://greggman.com/pages/thumbplug_tga.htm
Supports 27+ image formats plus filters and saving, etc.
It's like Photoshop for opengl... sort of. Anyway it's pretty cool and worth checking out.
http://openil.sourceforge.net/
Targa/TGA Thumbnail preview for windows explorer
Normally windows does not make previews of targas .tga in explorer, this fixes that.
http://greggman.com/pages/thumbplug_tga.htm
- Bludklok
- Chaos Rift Junior
- Posts: 241
- Joined: Tue Apr 14, 2009 1:31 am
- Current Project: EnigmaCore
- Favorite Gaming Platforms: PC, N64, Playstation1, Playstation2
- Programming Language of Choice: C++
- Location: New Jersey
- Contact:
Re: Free development utilities (not a free trial, its all free)
Wow.... This was posted back in 2004. Cant believe I didnt see this. (A lot of useful tools that I could use here)
- rolland
- Chaos Rift Regular
- Posts: 127
- Joined: Fri Dec 21, 2007 2:27 pm
- Current Project: Starting an Android app soon
- Favorite Gaming Platforms: PS1, N64
- Programming Language of Choice: C++
- Location: Michigan, US
Re: Free development utilities (not a free trial, its all free)
Moose Tiles
http://www.moosader.com/app-moose-tiles.html
http://www.moosader.com/app-moose-tiles.html
I'll write a signature once I get some creativity and inspiration...
- MrDeathNote
- ES Beta Backer
- Posts: 594
- Joined: Sun Oct 11, 2009 9:57 am
- Current Project: cocos2d-x project
- Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
- Programming Language of Choice: C/++
- Location: Belfast, Ireland
- Contact:
Re: Free development utilities (not a free trial, its all free)
You have to love microsoft for their dreamspark program, which provides certain software ( including VS 2008 pro) free to university students. And you also gotta love it when your university is part of the MSDN Academic Alliance, you get so much free software, including windows 7 professional and Visual Studio 2008 Team Suite.
http://www.youtube.com/user/MrDeathNote1988
"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
Re: Free development utilities (not a free trial, its all free)
Anim8or (Free, easy-to-use all in one 3D animator, comes with modeling, animating, etc)
Pedit Free DOS text-editor. Can view files up to 60 MB, so much better than Notepad.
Anvil Studio MIDI editor that comes with a notation layout and piano roll. You can use the standard MIDI library or VST plugins
MadTracker MIDI tracker, you can use VST Plugins
Adlib tracker 2 FM tracker for DOS. My favorite tracker, great for making 8-bit music!
Programmer's Notepad Great text editor, with highlighting!
devkitPRO Amazing libraries for GBA, DS, Wii, and GameCube
Pedit Free DOS text-editor. Can view files up to 60 MB, so much better than Notepad.
Anvil Studio MIDI editor that comes with a notation layout and piano roll. You can use the standard MIDI library or VST plugins
MadTracker MIDI tracker, you can use VST Plugins
Adlib tracker 2 FM tracker for DOS. My favorite tracker, great for making 8-bit music!
Programmer's Notepad Great text editor, with highlighting!
devkitPRO Amazing libraries for GBA, DS, Wii, and GameCube
I'm an altogether bad-natured Cupid.
- Sanshin77
- Chaos Rift Regular
- Posts: 160
- Joined: Tue Mar 10, 2009 9:36 am
- Current Project: C++/SDL engine, zaActionWizardMagic game
- Favorite Gaming Platforms: Xbox 360, Playstation 2, Nintendo DS, mac and PC
- Programming Language of Choice: C++
Re: Free development utilities (not a free trial, its all free)
Pixen - Graphics Editor for mac ( http://opensword.org/pixen/ )
I use this for spriting, it has all the neccesary features & tools, a nice UI and good support for layers and different file formats. Most importantly, it's a lot faster and easier than GIMP.
They also make a map editor, repTile, I havent tried that though...
I use this for spriting, it has all the neccesary features & tools, a nice UI and good support for layers and different file formats. Most importantly, it's a lot faster and easier than GIMP.
They also make a map editor, repTile, I havent tried that though...
Check out videos of my C++ games as well as my "Amateur Game Dev" series over at
My YouTube Channel: http://www.youtube.com/user/Zanchill
My YouTube Channel: http://www.youtube.com/user/Zanchill
- Shoulin
- Chaos Rift Newbie
- Posts: 7
- Joined: Tue Dec 01, 2009 4:14 am
- Current Project: Escape the Room Puzzle Game
- Favorite Gaming Platforms: PC, PS3, Wii
- Programming Language of Choice: C++
- Location: Nashville, TN
Re: Free development utilities (not a free trial, its all free)
AutoIT
http://www.autoitscript.com/autoit3/
I actually know the guy that helped design this tool, it has helped me alot in the past.
http://www.autoitscript.com/autoit3/
I actually know the guy that helped design this tool, it has helped me alot in the past.
Lois, when I'm through with them, our kids will be so smart, they'll be able to program their own VCRs without spilling piping hot gravy all over myself.
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: Free development utilities (not a free trial, its all free)
Omg, yes!!! AutoIt will always have a special place in my heart, it's how I learned to program.Shoulin wrote:AutoIT
http://www.autoitscript.com/autoit3/
I actually know the guy that helped design this tool, it has helped me alot in the past.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!