miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 13 Mar 2012 08:56 PM |
| Dumb of me to ask, but I can't find how to download it. How do you download it? |
|
|
| Report Abuse |
|
|
|
| 13 Mar 2012 08:58 PM |
Is it really that hard to Google "Code Blocks", click the first link, press "Downloads", press "Download the Binary Release", then press "Download from BerliOS"?
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
| Report Abuse |
|
|
L2000
|
  |
| Joined: 03 Apr 2008 |
| Total Posts: 77448 |
|
|
| 13 Mar 2012 08:59 PM |
| Search "CodeBlocks" on Google, and then click on the "Download binary" link. That will send you to the downloads page, where you can click on one of the "Download from" links to download it. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 13 Mar 2012 09:09 PM |
Ok, I have it. Now, two questions
1) Is 23MK a lot of lag?
2) How do I type in the scripts? |
|
|
| Report Abuse |
|
|
|
| 13 Mar 2012 09:15 PM |
1) Stop worrying about lag. Seriously. 23 MB isn't a lot. 2) Read the instruction manual
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 13 Mar 2012 09:25 PM |
I'm running my script and it isn't working -_-
#include< iostream > int main() { using namespace std; cout < <"Happy birthday" < < endl; } That should work bt when I'm in studio testing it doens't say Happy birthday. |
|
|
| Report Abuse |
|
|
|
| 13 Mar 2012 09:27 PM |
Obvious noob.
type this under your includes using namespace std;
type: cin.get(); after cout
or if you'd like a nooby method: system("pause"); |
|
|
| Report Abuse |
|
|
Siedge
|
  |
| Joined: 14 Jan 2011 |
| Total Posts: 24 |
|
| |
|
|
| 13 Mar 2012 09:32 PM |
| Learn how to use the software. Or learn how to program C++/C# properly. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 13 Mar 2012 09:37 PM |
| Just started C++ and this program. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 13 Mar 2012 09:39 PM |
Still won't run...
#include < iostream > int main() { using namespace std; cout < < "Hello world!" < < endl; return 0; } |
|
|
| Report Abuse |
|
|
|
| 13 Mar 2012 09:43 PM |
Lord told you what to do already..But whatever.
#include < iostream > using namespace std; int main() { cout < < "Hello world!" < < endl; return 0; }
Remove the spaces before and after iostream, and the spaces in the middle of the <'s.
The error was obvious. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 13 Mar 2012 09:47 PM |
Didn't work.
And that's how the wiki told me to do it. Anyone, why did you put namespace outisde the scope? |
|
|
| Report Abuse |
|
|
|
| 13 Mar 2012 09:49 PM |
Because you're suppose to?
And what wiki? There is no wiki for C++/C# as far as I'm concerned.
There's not even a official site for C++/C#. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 13 Mar 2012 09:50 PM |
learn cpp dawt com
I can't test it >.> don't know how... |
|
|
| Report Abuse |
|
|
|
| 13 Mar 2012 10:04 PM |
It's because Code::Blocks is an IDE, you need to download a separate compiler to actually run the code.
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
| Report Abuse |
|
|
|
| 13 Mar 2012 10:08 PM |
@swim; It runs fine. You can build(compile, if you wanna be techy) and run it on CodeBlocks. I use it..
Unless the windows version is different, which I doubt.. |
|
|
| Report Abuse |
|
|
|
| 13 Mar 2012 10:10 PM |
@miz; That site is created by a bunch of guys who can code C++. That means the information has a chance of being wrong..Especially if you don't know how to run a simple IDE..
Get a book or something on it. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 13 Mar 2012 10:10 PM |
| Well, when I run it it does nothing >.> |
|
|
| Report Abuse |
|
|
|
| 13 Mar 2012 10:10 PM |
@Dark There's two different downloads, one WITH the GCC compiler and GDB debugger, and one without them. I'm assuming Miz downloaded the one without them.
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 13 Mar 2012 10:12 PM |
| I have a debugger in it.... |
|
|
| Report Abuse |
|
|
|
| 13 Mar 2012 10:12 PM |
Did you download the one that is 23 MB or 74 MB?
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
| Report Abuse |
|
|
|
| 13 Mar 2012 10:13 PM |
| @swim; Oh, my bad. I didn't even know there was one without it. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
| |
|