Portbale compiler?
Moderator: Coders of Rage
- thbp
- Chaos Rift Regular
- Posts: 132
- Joined: Tue Dec 08, 2009 5:32 pm
- Current Project: Learn
- Favorite Gaming Platforms: PC/PS/GC/DC
- Programming Language of Choice: C(++)/Perl
- Location: wrestling matts
- Contact:
Portbale compiler?
Is there a porable compiler? i Know of pcc for C but i am learning C++ and i don't think it supports it.
the reason is i have alot of time at school so i was going to work at school with portable notepad++ and a portable compiler
the reason is i have alot of time at school so i was going to work at school with portable notepad++ and a portable compiler
XNA ========== eXtreme Nuclear Atomic
Wrestlers have three motion: side 2 side , circle, and stalk
Wrestlers have three motion: side 2 side , circle, and stalk
- davidthefat
- Chaos Rift Maniac
- Posts: 529
- Joined: Mon Nov 10, 2008 3:51 pm
- Current Project: Fully Autonomous Robot
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: California
- Contact:
Re: Portbale compiler?
DevC++ in a USB drive does the trick, its small and you dont need to installthbp wrote:Is there a porable compiler? i Know of pcc for C but i am learning C++ and i don't think it supports it.
the reason is i have alot of time at school so i was going to work at school with portable notepad++ and a portable compiler
http://www.bloodshed.net/devcpp.html
- 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: Portbale compiler?
Just a tip: I highly recommend you avoid attempting to make Code::Blocks portable. While it can be done, it's not fun.. at all.. trust me.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- thbp
- Chaos Rift Regular
- Posts: 132
- Joined: Tue Dec 08, 2009 5:32 pm
- Current Project: Learn
- Favorite Gaming Platforms: PC/PS/GC/DC
- Programming Language of Choice: C(++)/Perl
- Location: wrestling matts
- Contact:
Re: Portbale compiler?
yeah i know i ilike screwed i up now i can't like un install now ugh
XNA ========== eXtreme Nuclear Atomic
Wrestlers have three motion: side 2 side , circle, and stalk
Wrestlers have three motion: side 2 side , circle, and stalk
- RyanPridgeon
- Chaos Rift Maniac
- Posts: 447
- Joined: Sun Sep 21, 2008 1:34 pm
- Current Project: "Triangle"
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/C++
- Location: UK
- Contact:
Re: Portbale compiler?
Codeblocks will work absolutely fine.
You just have to get GCC seperately. First get MinGW and put that in a folder on your memory stick, then install Codeblocks to your memory stick (the non MinGW version) with all plugins. Then just set the executable path in the Codeblocks settings for your MinGW folder.
You just have to get GCC seperately. First get MinGW and put that in a folder on your memory stick, then install Codeblocks to your memory stick (the non MinGW version) with all plugins. Then just set the executable path in the Codeblocks settings for your MinGW folder.
- M_D_K
- Chaos Rift Demigod
- Posts: 1087
- Joined: Tue Oct 28, 2008 10:33 am
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/++
- Location: UK
Re: Portbale compiler?
WTF, I've got C::B on my USB drive, it was painless. What kind of problems did you have?dandymcgee wrote:Just a tip: I highly recommend you avoid attempting to make Code::Blocks portable. While it can be done, it's not fun.. at all.. trust me.
Gyro Sheen wrote:you pour their inventory onto my life
IRC wrote: <sparda> The routine had a stack overflow, sorry.
<sparda> Apparently the stack was full of shit.
- thbp
- Chaos Rift Regular
- Posts: 132
- Joined: Tue Dec 08, 2009 5:32 pm
- Current Project: Learn
- Favorite Gaming Platforms: PC/PS/GC/DC
- Programming Language of Choice: C(++)/Perl
- Location: wrestling matts
- Contact:
Re: Portbale compiler?
like it actually installed in windows if you go to add/remove programs (in windows) it says Code::Blocks on there and i want it portable were its like unzip and well compile (and i'm talking about just a compiler i don't need an IDE i can use Notepadd++)
XNA ========== eXtreme Nuclear Atomic
Wrestlers have three motion: side 2 side , circle, and stalk
Wrestlers have three motion: side 2 side , circle, and stalk
- RyanPridgeon
- Chaos Rift Maniac
- Posts: 447
- Joined: Sun Sep 21, 2008 1:34 pm
- Current Project: "Triangle"
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/C++
- Location: UK
- Contact:
Re: Portbale compiler?
Well.. if the actual program files for Codeblocks are on the memory stick, you could try removing the memory stick, then clicking "Remove" in the Add/Remove Programs window.
Re: Portbale compiler?
DevC++ on a usb drive here
- thbp
- Chaos Rift Regular
- Posts: 132
- Joined: Tue Dec 08, 2009 5:32 pm
- Current Project: Learn
- Favorite Gaming Platforms: PC/PS/GC/DC
- Programming Language of Choice: C(++)/Perl
- Location: wrestling matts
- Contact:
Re: Portbale compiler?
doesn't work because unistall.exe does not exist (already tried) wait would installing it? coping all the files to the desktop then uninstall from the thumb drive then copying back the files work?
XNA ========== eXtreme Nuclear Atomic
Wrestlers have three motion: side 2 side , circle, and stalk
Wrestlers have three motion: side 2 side , circle, and stalk
- RyanPridgeon
- Chaos Rift Maniac
- Posts: 447
- Joined: Sun Sep 21, 2008 1:34 pm
- Current Project: "Triangle"
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/C++
- Location: UK
- Contact:
Re: Portbale compiler?
When it tells you that the un-installer doesn't exist, it SHOULD prompt you if you want to remove the program anyway.
This is because otherwise you could potentially get a program stuck there forever if the uninstaller gets corrupted/lost :P
This is because otherwise you could potentially get a program stuck there forever if the uninstaller gets corrupted/lost :P
- thbp
- Chaos Rift Regular
- Posts: 132
- Joined: Tue Dec 08, 2009 5:32 pm
- Current Project: Learn
- Favorite Gaming Platforms: PC/PS/GC/DC
- Programming Language of Choice: C(++)/Perl
- Location: wrestling matts
- Contact:
Re: Portbale compiler?
well it doesn't though so then what? do i do?
Last edited by thbp on Thu Dec 17, 2009 4:54 pm, edited 1 time in total.
XNA ========== eXtreme Nuclear Atomic
Wrestlers have three motion: side 2 side , circle, and stalk
Wrestlers have three motion: side 2 side , circle, and stalk
- RyanPridgeon
- Chaos Rift Maniac
- Posts: 447
- Joined: Sun Sep 21, 2008 1:34 pm
- Current Project: "Triangle"
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/C++
- Location: UK
- Contact:
Re: Portbale compiler?
Wel... Try to copy & paste the files somewhere, "uninstall" it, and then paste them back.
- Ginto8
- ES Beta Backer
- Posts: 1064
- Joined: Tue Jan 06, 2009 4:12 pm
- Programming Language of Choice: C/C++, Java
Re: Portbale compiler?
I have the ultimate portable compiler: linux on a usb drive
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.
- thbp
- Chaos Rift Regular
- Posts: 132
- Joined: Tue Dec 08, 2009 5:32 pm
- Current Project: Learn
- Favorite Gaming Platforms: PC/PS/GC/DC
- Programming Language of Choice: C(++)/Perl
- Location: wrestling matts
- Contact:
Re: Portbale compiler?
I got it to work like my steps i took (i'll post it ) worked thanks!!!!!
1. Run install to your flash drive
2. Copy your files to your desktop (copy not move)
3. Run unistall from your start menu
4. Copy back files from your desktop
5. Start up Code::Blocks and off you go
(i have not fully tested this yet though so i do not know if all the features work (though they should))
1. Run install to your flash drive
2. Copy your files to your desktop (copy not move)
3. Run unistall from your start menu
4. Copy back files from your desktop
5. Start up Code::Blocks and off you go
(i have not fully tested this yet though so i do not know if all the features work (though they should))
XNA ========== eXtreme Nuclear Atomic
Wrestlers have three motion: side 2 side , circle, and stalk
Wrestlers have three motion: side 2 side , circle, and stalk