Articles 2
Evgenii Legotckoi
Evgenii LegotckoiJuly 6, 2017, 3:40 a.m.
C++ - Tutorial 005. Pointers, Arrays and Loops An array of elements of type char can be declared like this: char v[6]; // array of 6 characters Similarly, a pointer can be declared like this: char* p; // pointer to character …
Evgenii Legotckoi
Evgenii LegotckoiFeb. 2, 2016, 11:10 a.m.
QML - Lesson 023. The hunt for bugs in the transmission pointer to QObject in QML One of the most vile and little predictable bugs are those that arise in an uncertain time. Among these include a bug that appears when the pointer is transmitted to the QObject in QML layer. Th…
Comments 0
Nothing found
Forum topics 0
Nothing found
Forum posts 0
Nothing found
Test 1
C ++ - Test 004. Pointers, Arrays and LoopsTest of the basics of C ++. Checking the basic knowledge of working with pointers and arrays.
Shared codes 0
Nothing found

Follow us in social networks