0

How write a code

I can't write one.please help me

22nd Dec 2016, 3:27 AM
ali
ali - avatar
4 Respostas
+ 2
@Ali, presumably you've downloaded this app so you can learn a programming language of your choice. Why are you asking here? Go to the courses on the app, pick a course, and learn! If it's not for you, switch course, or do a bit of research on what you want to get in to (i.e. web development, game development, servers, databases, general applications), and see what language best suits your needs, and one that you are willing to sit down and take the time to learn.
23rd Dec 2016, 2:20 AM
Cohen Creber
Cohen Creber - avatar
+ 1
What do you need?
22nd Dec 2016, 4:04 AM
Daniel Sattler
Daniel Sattler - avatar
0
I do not know where to start.you can help me?
22nd Dec 2016, 5:05 AM
ali
ali - avatar
0
#include <iostream> using namespace std; int main (){ cout << "Hello World"; return 0; } here this is a small programm in C++. Simple but you need to know a little bit more to have fun with programming.
25th Dec 2016, 5:57 PM
JAN R.
JAN R. - avatar