+ 1
What does codes means
I don't understand what codes means
5 Antworten
+ 4
Google -> code
code (kəʊd/), noun
1. a system of words, letters, figures, or symbols used to represent others, especially for the purposes of secrecy.
"the Americans cracked their diplomatic code"
2. program instructions.
Code can also be used as a verb, to signify the action of writing codes.
+ 3
I copied the sample code from the c++ course:
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!";
return 0;
}
0
can you write an example of code so I can know?
0
Lol. I don't understand what's written there. Lol. thanks anyway. I will try see if anyone around me knows it so he can teach me
0
You have to go to Learn>C ++ to do exercises.