0
How write a code
I can't write one.please help me
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.
+ 1
What do you need?
0
I do not know where to start.you can help me?
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.