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.
Title says all.Please help me and write a program so you can help me to learn C++
notepad?
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Why don't you try to create programs in Visual Basic? It's simple and powerful.
He doesn't want to because he wants to learn C++
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
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)
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
^^That's interesting, I might as well check that out too
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.
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; )
i just use game maker 8.1
stuff the c++ rubbish
You may to use Microsoft Visual Studio, it's good for programming.
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)
[spam]
Last edited by Different55 (Nov 2 2011 8:42:40 pm)
[spam]
This topic isn't a spam.OOhhh sorry.Okay realy thank you guys .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)
I'm gonna use microsoft visual studio express.
This is stupid.
^I actually like visual studio, Go for it burnett
Player Since 2011. I used to make bots and stuff.
Offline
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.
[ Started around 1738587309.1283 - Generated in 0.058 seconds, 12 queries executed - Memory usage: 1.54 MiB (Peak: 1.72 MiB) ]