Min blogglista

lã de rocha


C++ - Wikipedia. C++ (/ ˈ s iː p l ʌ s p l ʌ s /, pronounced "C plus plus" and sometimes abbreviated as CPP) is a high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup.First released in 1985 as an extension of the C programming language, it has since expanded significantly over time; as of 1997 C++ has object-oriented, generic, and functional features, in . γιατί c++. Online C++ Compiler - Programiz γιατί c++. The user friendly C++ online compiler that allows you to Write C++ code and run it online. The C++ text editor also supports taking input from the user and standard libraries. It uses the GCC (g++) compiler to compiler code.. C++ programming with Visual Studio Code. Create a C++ file. On Windows, launch a Windows command prompt (Enter Windows command prompt in the Windows search bar). On macOS and Linux, you can enter these commands in the terminal γιατί c++. Run the following commands γιατί c++. They are creating an empty folder called projects where you can place all your VS Code projects. γιατί c++. C++ Tutorial - W3Schools γιατί c++. C++ is an object oriented language and some concepts may be new. Take breaks when needed, and go over the examples as many times as needed γιατί c++. C++ Exercises γιατί c++. Test Yourself With Exercises. Exercise: Insert the missing part of the code below to output "Hello World".. Online C++ Compiler - online editor. 7 8 9 10 11 12 13 14 15 16 17 18 19 /****************************************************************************** Online C++ Compiler. Code, Compile, Run and Debug C++ program online γιατί c++. Write your code in this editor and press "Run" button to compile and execute it. *******************************************************************************/. Μεταγλωττιστής (υπολογιστές) - Βικιπαίδεια. Μεταγλωττιστής (υπολογιστές) Μεταγλωττιστής ή μεταφραστής ( compiler) ονομάζεται ένα πρόγραμμα υπολογιστή που διαβάζει κώδικα γραμμένο σε μια γλώσσα προγραμματισμού (την πηγαία γλώσσα) και .. Operators in C and C++ - Wikipedia γιατί c++. This is a list of operators in the C and C++ programming languages.All the operators (except typeof) listed exist in C++; the column "Included in C", states whether an operator is also present in C γιατί c++. Note that C does not support operator overloading. When not overloaded, for the operators &&, ||, and , (the comma operator), there is a sequence point after the evaluation of the first operand.. Operators - C++ Users. 1 y = 2 + (x = 5); In this expression, y is assigned the result of adding 2 and the value of another assignment expression (which has itself a value of 5). It is roughly equivalent to: 1 2 x = 5; y = 2 + x; With the final result of assigning 7 to y. The following expression is also valid in C++: 1 x = y = z = 5; γιατί c++. Use of "this" keyword in C++ - Stack Overflow. 6 Answers γιατί c++. Sorted by: 110. Yes, it is not required and is usually omitted. It might be required for accessing variables after they have been overridden in the scope though: Person::Person () { int age; this->age = 1; } Also, this: Person::Person (int _age) { age = _age; } It is pretty bad style; if you need an initializer with the same name use .. Learn C++ Programming for Beginners - Free 31-Hour Course. C++ has been one of the most popular programming languages for over 30 years. Developers use it for everything from building video games to coding operating systems. We just published a comprehensive 31-hour C++ course on the freeCodeCamp.org YouTube channel. Daniel Gakwaya developed this course. Daniel is an experienced software.. Logical operators - cppreference.com. Explanation The logic operator expressions have the form 1) Logical NOT 2) Logical AND 3) Logical inclusive OR If the operand is not bool, it is converted to bool using contextual conversion to bool: it is only well-formed if the declaration bool t (arg) is well-formed, for some invented temporary t . The result is a bool prvalue.. The this pointer - cppreference.com. The type of this in a member function of class X is X* (pointer to X). If the member function is declared with a cv-qualifier sequence cv, the type of this is cv X* (pointer to identically cv-qualified X). Since constructors and destructors cannot be declared with cv-qualifiers, the type of this in them is always X*, even when constructing or destroying a const object.. C++ Classes and Objects - GeeksforGeeks. C++ Classes and Objects. Class in C++ is the building block that leads to Object-Oriented programming γιατί c++. It is a user-defined data type, which holds its own data members and member functions, which can be accessed and used by creating an instance of that class. A C++ class is like a blueprint for an object. For Example: Consider the Class of Cars.. C++ Basics - GeeksforGeeks. C++ can be found in todays operating systems, Graphical User Interfaces, and embedded systems

γιατί

C++ is an object-oriented programming language that gives a clear structure to programs and allows code to be reused, lowering development costs γιατί c++. C++ is portable and can be used to develop applications that can be adapted to multiple platforms.. operator overloading - cppreference.com. operator overloading - cppreference.com. Customizes the C++ operators for operands of user-defined types. Canonical implementations γιατί c++. Stream extraction and insertion. Increment and decrement. == or operator . (since C++20) Note: for overloading co_await, (since C++20) user-defined conversion functions, user-defined literals, allocation and .. Γλώσσα προγραμματισμού - Βικιπαίδεια. Αυτό συμβαίνει γιατί συνήθως κάθε γλώσσα προγραμματισμού περιέχει επιρροές από πολλές προηγούμενες γλώσσες, συνδυάζοντας θετικά στοιχεία και προσθέτοντας νέα.. System.Runtime.CompilerServices Namespace | Microsoft Learn γιατί c++. Indicates that a modified integer is a standard C++ long value. This class cannot be inherited. IsPinned: Indicates that a modified instance is pinned in memory. This class cannot be inherited. IsReadOnlyAttribute: Marks a program element as read-only. IsSignUnspecifiedByte: Indicates that a modifier is neither signed nor unsigned. γιατί c++. Η Γλωσσα C++ - Μαθημα 4 - Κλασεισ Και Αναφορεσ. Η ΓΛΩΣΣΑ C++ - ΜΑΘΗΜΑ 4 - ΚΛΑΣΕΙΣ ΚΑΙ ΑΝΑΦΟΡΕΣ - Download as a PDF or view online for free γιατί c++. μνήμη για έναν πίνακα • τότε ο copy constructor είναι ΑΠΑΡΑΙΤΗΤΟΣ. • Γιατί είναι το όρισμα const; • Με το const ορίζουμε ότι δεν .. ΓΙΑΤΊ - Translation in English - bab.la. Translation for γιατί in the free Greek-English dictionary and many other English translations. bab.la arrow_drop_down bab.la - Online dictionaries, vocabulary, conjugation, grammar Toggle navigation share. γλωσσα προγραμματισμου C++ - Προγραμματισμός - Insomnia.gr. Θα σου πρότεινα κάποιο από τα "Μάθετε την C++ σε 24 ώρες", το οποίο υποθέτω θα βρεθούν αρκετοί "ειδικοί" να σου προτείνουν (άλλωστε μια εύκολα κατανοητή γλώσσα γιατί να θέλει περισσότερο χρόνο .. How to solve System.Runtime.CompilerServices.Unsafe .. Okay so, after some very painful experimentation what has appeared to be the proper solution for me here was the following: I looked up System.Runtime.CompilerServices.Unsafe v4.5.3 on the NuGet Gallery and dowloaded the package. (Version 4.5.3 is also assembly version 4.0.4.1). Assignment operators - cppreference.com. Assignment operators modify the value of the object. The direct assignment operator expects a modifiable lvalue as its left operand and an rvalue expression braced-init-list(since C++11) as its right operand, and returns an lvalue identifying the left operand after modification. The result is a bit-field if the left operand is a bit-field. γιατί c++. Γιατι c c++ ; [Αρχείο] - ADSLgr.com Community Forum

ποιοι αριθμοι βγαινουν πιο συχνα στο κινο

. Γιατί ρε συ αφορίζεις αμέσως τον συνομιλητή σου χωρίς να δεις την οπτική του ? Ένα πρόβλημα που έχει η c++ είναι ότι με τα χρόνια έχει υλοποιήσει τα κέρατά της και είναι χαώδης.. Inheritance in C++ - GeeksforGeeks. Inheritance in C++ γιατί c++. The capability of a class to derive properties and characteristics from another class is called Inheritance. Inheritance is one of the most important features of Object-Oriented Programming. Inheritance is a feature or a process in which, new classes are created from the existing classes.. Project Properties Windows Blank in Visual Studio 2022 Community 17.1.0. The easiest solution Ive found is to exclude the file and then include the file. Right click the file and select Exclude From Project γιατί c++. Enable Show All Files at the top of the Solution Explorer. Right click the file again and then select Include In Project.

covelia

. Γιατί τα getters και τα setters χρησιμοποιούνται στη c++;. Γιατί χρησιμοποιούμε getters και setters στη C++; Γιατί οι τάξεις χρειάζονται Getters και Setters Η σύμβαση κατά το σχεδιασμό μιας κλάσης C++ είναι για να γίνουν ιδιωτικές οι μεταβλητές μέλους για να . γιατί c++. C++ Loops - GeeksforGeeks. Time complexity: O(n) n is the size of vector. Space complexity: O(n) n is the size of vector. While Loop-While studying for loop we have seen that the number of iterations is known beforehand, i.e. the number of times the loop body is needed to be executed is known to us. while loops are used in situations where we do not know the exact number of iterations of the loop beforehand.. Γιατί χρησιμοποιούμε DWORD αντί Unsigned int στην C++. Γιατί όμως χρησιμοποιούμε DWORD αντί για ανυπόγραφο int στην C++; Η απάντηση βρίσκεται στο γεγονός ότι οι λειτουργίες των Windows εξαρτώνται από DWORD του συγκεκριμένου εύρους και της μορφής, οπότε . γιατί c++. Virtual Function in C++ - GeeksforGeeks. Virtual Function in C++. A virtual function (also known as virtual methods) is a member function that is declared within a base class and is re-defined (overridden) by a derived class. When you refer to a derived class object using a pointer or a reference to the base class, you can call a virtual function for that object and execute the .. Socket Programming in C/C++ - GeeksforGeeks γιατί c++. Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket (node) listens on a particular port at an IP, while the other socket reaches out to the other to form a connection. The server forms the listener socket while the client reaches out to the server.. C++ Pointers - GeeksforGeeks γιατί c++. C++ Pointers. Pointers are symbolic representations of addresses. They enable programs to simulate call-by-reference as well as to create and manipulate dynamic data structures γιατί c++. Iterating over elements in arrays or other data structures is one of the main use of pointers. The address of the variable youre working with is assigned to the .. Bitwise Operators in C/C++ - GeeksforGeeks. Bitwise Operators in C/C++. In C, the following 6 operators are bitwise operators (also known as bit operators as they work at the bit-level). They are used to perform bitwise operations in C γιατί c++. The & (bitwise AND) in C or C++ takes two numbers as operands and does AND on every bit of two numbers. The result of AND is 1 only if both bits are 1. γιατί c++. Συνέντευξη εργασίας: Απαντήσεις στις κρίσιμες ερωτήσεις! - ProfessionAid γιατί c++. Γιατί επιθυμείτε να αποχωρήσετε από την τωρινή εργασία σας; Γιατί θέλετε να εργαστείτε στην εταιρεία μας; Γιατί να σας προσλάβουμε; Περιγράψτε μία δύσκολη κατάσταση που διαχειριστήκατε.. Ανουρία: Αίτια, συμπτώματα και αντιμετώπιση - Health4u. Η ανουρία μπορεί να: συνδέεται με μια δυσλειτουργία των νεφρών που δεν παράγουν πλέον ούρα και συνήθως σχετίζεται με νεφρική νόσο ή νεφροπάθεια γιατί c++. είναι ψευδής ανουρία: οφείλεται σε ένα . γιατί c++. Constructors in C++ - GeeksforGeeks. Video. Constructor in C++ is a special method that is invoked automatically at the time of object creation γιατί c++. It is used to initialize the data members of new objects generally. The constructor in C++ has the same name as the class or structure. It constructs the values i.e. provides data for the object which is why it is known as constructor.. this pointer in C++ - GeeksforGeeks. As Stroustrup said this could be the reference than the pointer, but the reference was not present in the early version of C++ γιατί c++. If this is implemented as a reference then, the above problem could be avoided and it could be safer than the pointer. Following are the situations where this pointer is used: 1) When local variable .. Περί object oriented programming - ADSLgr.com Community Forum. Το τελευταίο διάστημα ασχολούμαι με python, την οποία και έχω λατρέψει γιατί c++

predpražniki po naročilu

. Μέχρι τώρα χρησιμοποιώ ελάχιστα ΟΟΡ στοιχεία της, αλλά αποφάσισα να διαβάσω λίγα πράματα γενικά περι ΟΟΡ, όχι απαραίτητα python-specific, απλά για να .. Η γλώσσα προγραμματισμού C - Athens University of .. Η γλώσσα προγραμματισμού C. 1. Τύποι δεδομένων. Η C έχει πέντε βασικούς τύπους δεδομένων: (character), (integer), (floating point), (double floating point), (no value). Όλοι οι άλλοι τύποι της C βασίζονται σ αυτούς

γιατί

Όλοι οι . γιατί c++. Functions in C++ - GeeksforGeeks. Points to Remember About Functions in C++ γιατί c++. 1

huile collagène

. Most C++ program has a function called main() that is called by the operating system when a user runs the program. 2 γιατί c++. Every function has a return type. If a function doesnt return any value, then void is used as a return type. Moreover, if the return type of the function is void, we still can use .. Γιατι c c++ ; - ADSLgr.com Community Forum. Γεια χαρα σε ολους !!! Γιατι c c++ ;;;.Υπαρχουν τοσες συγχρονες και μη, καλες γλωσσες προγραμματισμου.ποιος ο λογος που υπαρχει ακομη και μαλιστα πρωτοστατει στον προγραμματισμο.τι ειναι αυτο που δεν εχει η java python perl .. [C++] Γιατί δεν τρέχει ο παρακάτω κώδικας; · codeMountain15 di .. [c++] Γιατί δεν τρέχει ο παρακάτω κώδικας; #2 Answered by VasilisKafritsas diogenisAl asked this question in Q&A. PDF Εντολές της C - Aegean. Απλέςεντολές • Ανάθεσης x=0; x = GetInteger(); • Κλήσησυνάρτησης printf("You typed: %dn", x); • Κενήεντολή. Αύξουσα σειρά - Τι είναι, ορισμός και έννοια γιατί c++. Γιατί να χρησιμοποιήσετε αύξουσα σειρά; Μπορούμε να ταξινομήσουμε με αύξουσα σειρά για περισσότερους από έναν λόγους και σε διαφορετικά περιβάλλοντα. Για παράδειγμα, ας υποθέσουμε ότι .. C++ Programming Language - GeeksforGeeks. C++ is a most popular cross-platform programming language which is used to create high-performance applications and software like OS, Games, E-commerce software, etc. It was developed by Bjarne Stroustrup, as an extension of C language. C++ give a high level of control over system resources and memory. γιατί c++. C++ Polymorphism - GeeksforGeeks. C++ Polymorphism. The word "polymorphism" means having many forms. In simple words, we can define polymorphism as the ability of a message to be displayed in more than one form. A real-life example of polymorphism is a person who at the same time can have different characteristics. A man at the same time is a father, a husband, and an employee.. Περί object oriented programming [Αρχείο] - ADSLgr.com Community Forum γιατί c++. Ποια από τις δύο και γιατί; . Η c++ μπορεί να γίνει εξαιρετικά πολύπλοκη και είναι φυσικά πανίσχυρη (παρόλο που δεν μου χρειάστηκε να εμβαθύνω σε c++, σε αντίθεση με τη c, προσωπικά μου αρέσει να .. Operators in C++ - GeeksforGeeks

wate on syrup

. Video. An operator is a symbol that operates on a value to perform specific mathematical or logical computations. They form the foundation of any programming language. In C++, we have built-in operators to provide the required functionality γιατί c++. An operator operates the operands γιατί c++. For example, int c = a + b;. Δίσεκτο έτος - Βικιπαίδεια. Η ημέρα που προστίθεται στο έτος κατά το Γρηγοριανό ημερολόγιο είναι η 29η Φεβρουαρίου . Τα επόμενα δίσεκτα έτη είναι: 2024, 2028, 2032, 2036, 2040, 2044, 2048, 2052, 2056, 2060, 2064, 2068, 2072, 2076, 2080, 2084, 2088, 2092, 2096, 2104 κλπ . Το .. Χρησιμότητα δεικτών (pointers) της C/C++ - Insomnia.gr γιατί c++. Μην βιάζεσαι και μην πηδάς κεφάλαια γιατί θα μπερδευτείς. Συνέχισε να μαθαίνεις την c βήμα βήμα. (VB.NET,JAVA,C#,C++ κτλ) περιεχουν εμμεσα ή αμεσα την εννοια του δείκτη. Στην C,C++ λεγεται pointer, στις .. Modulo Operator (%) in C/C++ with Examples - GeeksforGeeks. In C or C++, the modulo operator (also known as the modulus operator), denoted by %, is an arithmetic operator.The modulo division operator produces the remainder of an integer division which is also called the modulus of the operation. Syntax of Modulus Operator. If x and y are integers, then the expression: γιατί c++. Chrome does not open - sxstrace.exe - side by side.. Harassment is any behavior intended to disturb or upset a person or group of people. Threats include any threat of suicide, violence, or harm to another.. Namespace in C++ | Set 1 (Introduction) - GeeksforGeeks. Namespace in C++ | Set 1 (Introduction) Read. Discuss. Courses γιατί c++. Practice. Namespace provide the space where we can define or declare identifier i.e. variable, method, classes. Using namespace, you can define the space or context in which identifiers are defined i.e. variable, method, classes. In essence, a namespace defines a scope. γιατί c++

improtex

. PDF Υπερφόρτωση Τελεστών. η μεταγλώττιση δεν είναι δυνατή γιατί απλά ο τελεστής + τώρα αφορά πρόσθεση . • Η c++ επιτρέπει την υπερφόρτωση των τελεστών εξόδου >> και εισόδου <<.. 15 τρόποι για την επίτευξη ενός εξαιρετικού εργασιακού περιβάλλοντος .. Γιατί έχει σημασία: Επειδή οι εταιρείες που ενδιαφέρονται για την κουλτούρα τους είναι εξαιρετικά επιλεκτικές για το ποιον προσλαμβάνουν και παρακολουθούν το σύνολο δεξιοτήτων και την . γιατί c++. Belajar C++ #06: Enam Jenis Operator yang Harus Kamu Ketahui di C++. Belajar C++ #06: Enam Jenis Operator yang Harus Kamu Ketahui di C++. Pada tutorial sebelumnya kita sudah belajar tentang variabel dan tipe data γιατί c++. Buat kamu yang belum membacanya, saya sarankan untuk membacanya dulu sebelum mengikuti tutorial ini

hansı nişanlar i və ii qrup əlillərin idarə etdikləri avtomobillərə şamil edilmir?

. Berkat variabel kita jadi bisa menyimpan data di dalam program.. Introduction to Iterators in C++ - GeeksforGeeks γιατί c++. Introduction to Iterators in C++. An iterator is an object (like a pointer) that points to an element inside the container. We can use iterators to move through the contents of the container. They can be visualized as something similar to a pointer pointing to some location and we can access the content at that particular location using them.. Basic Input / Output in C++ - GeeksforGeeks. These two are the most basic methods of taking input and printing output in C++. To use cin and cout in C++ one must include the header file iostream in the program γιατί c++. This article mainly discusses the objects defined in the header file iostream like the cin and cout γιατί c++. Standard output stream (cout): Usually the standard output device is the .. C++ Hierarchical Inheritance - GeeksforGeeks. C++ Hierarchical Inheritance γιατί c++. Inheritance is a feature of Object-Oriented-programming in which a derived class (child class) inherits the property (data member and member functions) of the Base class (parent class). For example, a child inherits the traits of their parents. γιατί c++. Vasilis Triantaris - Senior Software Engineer - Mitel | LinkedIn. High performance Software Engineer with bachelors in Computer Science & Engineering degree from Technological Educational Institute of Central Macedonia. Passion for excellence, eager to learn new technologies, great attitude and ability to get stuff done. On my spare time i dabble in new technlogies and skills beyond the scope of my work position. I can manage big and competing tasks and .. Γιατι c c++ ; (1/4) - PythonOrgGrBoard - Ελληνική Κοινότητα .. ΘΕΜΑ: Γιατι c c++ ; Γιατι c c++ ; 6 Χρόνια 1 Μήνας πριν #4688 thprch; Αποσυνδεμένος; pyt___ Δημοσιεύσεις: 36

γιατί

C++ Booleans - GeeksforGeeks. C++ Booleans. The ISO/ANSI C++ Standard has added certain new data types to the original C++ specifications. They are provided to provide better control in certain situations as well as for providing conveniences to C++ programmers. A boolean data type is declared with the bool keyword and can only take the values in either true or false form. γιατί c++. C++ Variables - GeeksforGeeks. Video. Variables in C++ is a name given to a memory location. It is the basic unit of storage in a program. The value stored in a variable can be changed during program execution. A variable is only a name given to a memory location, all the operations done on the variable effects that memory location. In C++, all the variables must be declared .. Difference between C and C++ - GeeksforGeeks

έκπτωση ιατρικών δαπανών

. Similarities between C and C++ are: Both the languages have a similar syntax. Code structure of both the languages are same γιατί c++. The compilation of both the languages is similar γιατί c++. They share the same basic syntax. Nearly all of Cs operators and keywords are also present in C++ and do the same thing. C++ has a slightly extended grammar than C, but .. Μη αναγνωριση ελληνικων χαρακτηρων σε προγραμματα στα windows10. Δεν γνωριζω αν υπηρχε απο πριν το προβλημα καθως με την αγορα του υπολογιστη μου αναβαθμισα αμεσως σε windows 10 (δεν ξερω αν παιζει καποιο ρολο) γιατί c++. Το spss ηταν το πρωτο που εμφανισε το προβλημα και .. Γιατί Να Μάθετε Γλώσσα Προγραμματισμού C++ Και Πώς γιατί c++. Γιατί να μάθετε γλώσσα προγραμματισμού C++ και πώς

محيط المثلث

. Η C++ είναι μία γενικού σκοπού γλώσσα προγραμματισμού που δημιουργήθηκε από τον Μπιάρνε Στρούστρουπ ως εξέλιξη της γλώσσας C .. PDF Μεταβλητές, Σταθερές, Τύποι Και Δηλώσεις Στην C. να αποτελούνται μόνο από κεϕαλαίους χαρακτήρες, γιατί συνήθως δίνουμε τέτοια ονόματα στις συμβολικές σταθερές που ορίζουμε με #define, για να τις διαχειριστεί ο προεπεξεργαστής.. Const keyword in C++ - GeeksforGeeks. In this article, the various functions of the const keyword which is found in C++ are discussed. Whenever const keyword is attached with any method(), variable, pointer variable, and with the object of a class it prevents that specific object/method()/variable to modify its data items value. Constant Variables:. There are a certain set of rules for the declaration and initialization of the .. C++ Program For char to int Conversion - GeeksforGeeks. Method 1: Declare and initialize our character to be converted. Typecast the character to convert character to int using int. Print the integer using cout. Below is the C++ program to convert char to int value using typecasting: C++. #include <iostream>. using namespace std; int main (). Επιδιόρθωση Πώς μπορώ να χρησιμοποιήσω το Visual C++ Redistributable .. Προτεινόμενη λύση: Πώς μπορώ να χρησιμοποιήσω το Visual C++ Redistributable Package (x64); Συνιστώ τη λήψη του Fortect. Είναι ένα εργαλείο επισκευής που μπορεί να διορθώσει αυτόματα πολλά προβλήματα των Windows.. Arrow operator -> in C/C++ with Examples - GeeksforGeeks. An Arrow operator in C/C++ allows to access elements in Structures and Unions. It is used with a pointer variable pointing to a structure or union

. The arrow operator is formed by using a minus sign, followed by the greater than symbol as shown below γιατί c++. Syntax: (pointer_name)-> (variable_name) Operation: The -> operator in C or C++ gives the . γιατί c++. Increment/decrement operators - cppreference.com. The operand expr of a built-in prefix increment or decrement operator must be a modifiable (non-const) lvalue of non-boolean (since C++17) arithmetic type or pointer to completely-defined object type.The expression ++ x is exactly equivalent to x + = 1 for non-boolean operands (until C++17), and the expression --x is exactly equivalent to x -= 1, that is, the prefix increment or decrement is .. Χωρητικότητα σετ Swift (Με Παραδείγματα). Αριθμοί var: Σετ=(1, 2, 3)// true γιατί υπάρχουν μόνο 3 στοιχεία στους αριθμούςαν (αριθμοί.χωρητικότητα 5) ("εκτύπωση (Το μέγεθος του σετ είναι μικρό)")αλλο ("εκτύπωση (Το μέγεθος του σετ είναι μεγάλο)"). java και αρχαριος - Προγραμματισμός - Insomnia.gr

γιατί

γεια σας παιδια ειμαι μαθητης λυκειου και ασχολουμαι απο τον προγραμματισμο ηδη απο προπερσι,αλλα λογου ελλειψης χροονου δν εχω αφοσιωθει σε αυτο.εχω περασει απο πολλεσ γλωσσες,ξερετε τα βασικα οπως python,vb,c++ αλλα τλκ . γιατί c++.