Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 Before February 2015

Burnett
Guest

I'm Gonna Learn C++!But What Program To Use For Programming With C++?

Title says all.Please help me and write a program so you can help me to learn C++ //forums.everybodyedits.com/img/smilies/smile

#2 Before February 2015

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,575

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

notepad?


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

#3 Before February 2015

Jojatekok
Guest

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

Why don't you try to create programs in Visual Basic? It's simple and powerful.

#4 Before February 2015

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,575

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

He doesn't want to because he wants to learn C++


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

#5 Before February 2015

Burnett
Guest

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

No,I found a bunch of videos(42 tutorials to learn C++) contains realy too much things about C++.I can learn,but I don't know what program to use.I saw this one but I don't know the name of this program :
[youtube]http://youtu.be/zbD6RqyRZ6s[/youtube]

Last edited by Burnett (Nov 2 2011 3:22:48 am)

#6 Before February 2015

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,575

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

http://www.bloodshed.net/download.html

I put it in HD mode and read the name.


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

#7 Before February 2015

Pugmatt
Guest

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

^^That's interesting, I might as well check that out too //forums.everybodyedits.com/img/smilies/smile

#8 Before February 2015

Twipply
Guest

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

Jojatekok wrote:

Why don't you try to create programs in Visual Basic? It's simple and powerful.

Lol.
Code::Blocks   You'll probably want the 74.0 MB download.

#9 Before February 2015

Burnett
Guest

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

Okay thanks guys,the program question is solved.Now if someone knows C++,please help me.What I did wrong in this C++ source file?

#include <iostream> using std::cout; using std::cin;  main() (                      int x;           cout << "Hello world..");           cin >> x;                               )

#10 Before February 2015

ILoveBacon
Guest

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

i just use game maker 8.1

stuff the c++ rubbish

#11 Before February 2015

Chidore
Guest

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

You may to use Microsoft Visual Studio, it's good for programming.

Burnett wrote:

Okay thanks guys,the program question is solved.Now if someone knows C++,please help me.What I did wrong in this C++ source file?

#include <iostream> using std::cout; using std::cin;  main() (                      int x;           cout << "Hello world..");           cin >> x;                               )

This:

#include <iostream>  int main() {                      int x;           std::cout << "Hello world..";           std::cin >> x; }

Last edited by Chidore (Nov 2 2011 2:43:06 pm)

#12 Before February 2015

Rusty
Guest

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

[spam]

Last edited by Different55 (Nov 2 2011 8:42:40 pm)

#13 Before February 2015

Burnett
Guest

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

Rusty wrote:

[spam]

This topic isn't a spam.OOhhh sorry.Okay realy thank you guys //forums.everybodyedits.com/img/smilies/smile.I'm gonna use microsoft visual studio express.OMG when I made the code that someone shoved me,Avast said it's a malware.
Win32:Malware-gen

Last edited by Burnett (Nov 3 2011 12:59:32 am)

#14 Before February 2015

Twipply
Guest

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

Burnett wrote:

I'm gonna use microsoft visual studio express.

This is stupid.

#15 Before February 2015

Cyral
Member
From: United States
Joined: 2015-02-15
Posts: 2,269

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

^I actually like visual studio, Go for it burnett


Player Since 2011. I used to make bots and stuff.

Offline

#16 Before February 2015

Burnett
Guest

Re: I'm Gonna Learn C++!But What Program To Use For Programming With C++?

Twipply wrote:
Burnett wrote:

I'm gonna use microsoft visual studio express.

This is stupid.

Sorry said worng.I have Microsoft Visual Studio 2010 Professional now.But I don't know how to use it.

Burnett 1423648326313106

Board footer

Powered by FluxBB

[ Started around 1738588194.9837 - Generated in 0.080 seconds, 12 queries executed - Memory usage: 1.54 MiB (Peak: 1.71 MiB) ]