Μετάβαση στο περιεχόμενο

Αναζήτηση στην κοινότητα

Εμφάνιση αποτελεσμάτων για τις ετικέτες 'c++'.

  • Αναζήτηση με βάση τις ετικέτες

    Πληκτρολογήστε τις ετικέτες και χωρίστε τες με κόμμα.
  • Αναζήτηση με βάση τον συγγραφέα

Τύπος περιεχομένου


Ενότητες

  • GreekHacking
    • Κανόνες & Ανακοινώσεις
    • Καλωσόρισμα νέων μελών
    • Προτάσεις / Βελτιώσεις
    • Νέα σχετικά με το Hacking/Security
    • Ασφάλεια & Προστασία Δεδομένων
    • Εκτός Θέματος
  • Leaks
    • Hacking Tutorials
    • Anonymity & Privacy / Ανωνυμία και Προστασία Προσωπικών Δεδομένων
    • Προγράμματα για Hacking / Hacking Programs
    • Cracking Οδηγοί & Πληροφορίες
    • Βιβλία σχετικά με το Hacking
    • Προγράμματα - High Quality downloads
    • E-Books
    • XXX Movies

Categories

  • Ορολογίες
  • Hacking για αρχάριους
  • Hacking για προχωρημένους
  • Mobile Hacking
  • Cracking Tutorials
  • Hacking Computers
  • Hacking Tutorials στα Αγγλικά
  • Tutorials for hacks
  • Διάφοροι Οδηγοί
    • Οδηγοί σχετικά με τα Linux
    • Οδηγοί για υπολογιστές
    • Οδηγοί σχετικά με τα Mac
    • Οδηγοί για κινητά
  • Hacking Tutorials στα Αγγλικά Copy

Categories

  • Hacking
  • Ιστοσελίδες/Server
  • Hardware
  • Windows

Βρείτε αποτελέσματα...

Βρείτε αποτελέσματα που...


Ημερομηνία δημιουργίας

  • Start

    End


Τελευταία ενημέρωση

  • Start

    End


Φιλτράρισμα με βάση τον αριθμό των...

  1. Chapters Getting started with C++ Literals operator precedence Floating Point Arithmetic Bit Operators Bit Manipulation Bit fields Arrays Iterators Basic input/output in c++ Loops File I/O C++ Streams Stream manipulators Flow Control Metaprogramming const keyword mutable keyword Friend keyword Type Keywords Basic Type Keywords Variable Declaration Keywords Keywords Returning several values from a function Polymorphism References Value and Reference Semantics C++ function "call by value" vs. "call by reference" Copying vs Assignment Pointers Pointers to members The This Pointer Smart Pointers Classes/Structures Function Overloading Operator Overloading Function Template Overloading Virtual Member Functions Inline functions Special Member Functions Non-Static Member Functions Constant class member functions C++ Containers Namespaces Header Files Using declaration std::string std::array std::vector std::map std::optional std::function: To wrap any element that is callable std::forward_list std::pair std::atomics std::variant std::iomanip std::any std::set and std::multiset std::integer_sequence Using std::unordered_map Standard Library Algorithms The ISO C++ Standard Inline variables Random number generation Date and time using <chrono> header Sorting Enumeration Iteration Regular expressions Implementation-defined behavior Exceptions Lambdas Value Categories Preprocessor Data Structures in C++ Templates Expression templates Curiously Recurring Template Pattern (CRTP) Threading Thread synchronization structures The Rule of Three, Five, And Zero RAII: Resource Acquisition Is Initialization RTTI: Run-Time Type Information Mutexes Recursive Mutex Semaphore Futures and Promises Atomic Types Type Erasure Explicit type conversions Unnamed types Type Traits Return Type Covariance Layout of object types Type Inference Typedef and type aliases type deduction Trailing return type Alignment Perfect Forwarding decltype SFINAE (Substitution Failure Is Not An Error) Undefined Behavior Overload resolution Move Semantics Pimpl Idiom auto Copy Elision Fold Expressions Unions Design pattern implementation in C++ Singleton Design Pattern User-Defined Literals Memory management C++11 Memory Model Scopes static_assert constexpr One Definition Rule (ODR) Unspecified behavior Argument Dependent Name Lookup Attributes Recursion in C++ Arithmitic Metaprogramming Callable Objects Client server examples Const Correctness Parameter packs Build Systems Concurrency With OpenMP Resource Management Storage class specifiers Linkage specifications Digit separators C incompatibilities Side by Side Comparisons of classic C++ examples solved via C++ vs C++11 vs C++14 vs C++17 Compiling and Building Common compile/linker errors (GCC) More undefined behaviors in C++ Unit Testing in C++ C++ Debugging and Debug-prevention Tools & Techniques Optimization in C++ Optimization Profiling Refactoring Techniques CPlusPlusNotesForProfessionals.pdf
  2. An In-depth guide updated with the latest version of Qt 5.11 including new features such as Quick Controls and Qt Gamepad Key Features Unleash the power of Qt 5.11 with C++ Build applications using Qt Widgets (C++) or Qt Quick (QML) Create cross-platform applications for mobile and desktop platforms with Qt 5 Book Description Qt 5.11 is an app development framework that provides a great user experience and develops full capability applications with Qt Widgets, QML, and even Qt 3D. Whether you're building GUI prototypes or fully-fledged cross-platform GUI applications with a native look and feel, Mastering Qt 5 is your fastest, easiest, and most powerful solution. This book addresses various challenges and teaches you to successfully develop cross-platform applications using the Qt framework, with the help of well-organized projects. Working through this book, you will gain a better understanding of the Qt framework, as well as the tools required to resolve serious issues, such as linking, debugging, and multithreading. You'll start off your journey by discovering the new Qt 5.11 features, soon followed by exploring different platforms and learning to tame them. In addition to this, you'll interact with a gamepad using Qt Gamepad. Each chapter is a logical step for you to complete in order to master Qt. By the end of this book, you'll have created an application that has been tested and is ready to be shipped. What you will learn Create stunning UIs with Qt Widgets and Qt Quick 2 Develop powerful, cross-platform applications with the Qt framework Design GUIs with the Qt Designer and build a library in it for UI previews Handle user interaction with the Qt signal or slot mechanism in C++ Prepare a cross-platform project to host a third-party library Use the Qt Animation framework to display stunning effects Deploy mobile apps with Qt and embedded platforms Interact with a gamepad using Qt Gamepad Who this book is for Mastering Qt 5 is for developers and programmers who want to build GUI-based applications. C++ knowledge is necessary, and knowing QT basics will help you get the most out of this book. Table of Contents Get Your Qt Feet Wet Discovering qmake Secrets Dividing Your Project and Ruling Your Code Conquering the Desktop UI Dominating the Mobile UI Even Qt Deserves a Slice of Raspberry Pi Third-Party Libraries without a Headache Animations - Its Alive, Alive! Keeping Your Sanity with Multithreading Need IPC? Get Your Minions to Work Having Fun with Multimedia and Serialization You Shall (Not) Pass with QTest All Packed and Ready to Deploy Qt Hat Tips and Tricks Mastering Qt 5 Create stunning cross-platform applications using C++ with Qt Widgets and QML with Qt Quick, 2nd Edition by by Guillaume Lazar, Robin Penea.pdf
  3. This book will teach you basics of C++ Programming and you will not need programming experience to read it. You will learn how to make your own Keylogger - a computer program that records every keystroke made by a computer user, especially in order to gain fraudulent access to passwords and other confidential information. All the materials are only for educational purpose because the best way to protect your computer from spying software is knowing how it works making by yourself. The best things about the book are the beautiful, short, code examples, and the fascinating way the language is presented. It's not a book with a chapter on for-loops. It presents basic but fairly professional C++ right off the bat. This book will give you to fully understand C++ and its powerful use. It is specifically written for beginners who have little knowledge on writing codes and running programs. It also provides useful information regarding the installation of C++, preparing environment. This is perfect for any beginner wishing to learn C++ today. It will give you a great practise and a working software as a result. [Alan_T._Norman]_Hacking__How_to_Make_Your_Own_Key.pdf

ChatBox

ChatBox

Chatroom Rules

  • Το GreekHacking.Gr είναι ένα ελληνικό forum και επιτρέπεται μόνο η χρήση της Ελληνική Γλώσσας (ούτε greeklish).
  • Δεν επιτρέπονται οι βρισιές και γενικά η χρήση χυδαίας γλώσσας.
  • Απαγορεύεται αυστηρά το πορνογραφικό, προσβλητικό και βίαιο περιεχόμενο.
  • Μην χρησιμοποιείτε κεφαλαία γράμματα η σύμβολα.
×
×
  • Create New...