• home

Tutorials

  • C++ Language: Learn this versatile and powerful programming language. Includes detailed explanations of pointers, functions, classes and templates, among others...
  • Reference

    Description of the most important classes, functions and objects of the Standard Language Library, with descriptive fully-functional short programs as examples.
    Browse the C++ Reference

    Articles

    User-contributed articles, organized into different categories.
    You can contribute your own articles!
    Browse Articles

    Latest forum activity:

    What windows/gui library? (1,2,3)   [Lounge]
     
    What windows/gui library would you fellas recommend for someone starting out as their first entry? I know some SFML, but I am curious what you would have recomm...
    [45 replies] Last: Heh... if they spent as much time teaching as they did trying to keep ... (by jonnin)
    C++ Questions (1,2,3,...,8,9,10,11)   [Beginners]
     
    1) Why does "&myChar " act differently in 2 different contexts? [code] char* pointer = &myChar[0]; //ALSO WORKS!!! [/code] Above, it actually return th...
    [214 replies] Last: If you create a normal VS solution, then you can compile it on the com... (by Duthomhas)
    by Cplusc
    C1090 error (1,2)   [General C++ Programming]
     
    I am getting the following annoying and frustrating error which appeared suddenly out of nowhere. the code was working just fine and I don't know what happened....
    [23 replies] Last: hardware that old wouldn't be able to slot enough ram to run it either... (by jonnin)
    Jobs   [Jobs]
     
    Do people really get jobs from this section, has anyone?
    [2 replies] Last: Look at how often job offers -- and the type -- are posted. 1 in 2024... (by George P)
    Finally switched to Linux Mint (1,2,3)   [Lounge]
     
    Got a new PC (finally) and since it is really nice, modern hardware I am finally making the move from Windows. I liked[/i] Windows 7. Very clean, good OS. Wi...
    [44 replies] Last: I think the last time I actually had to reinstall[/i] an OS that I ma... (by Duthomhas)
    by zapshe
    I've been working an odd job   [Lounge]
     
    I've been doing this remote job where you train an AI. You give the AI a prompt, it does the code, you evaluate and critique the code if need be. Pays pretty we...
    [5 replies] Last: app.dataannotation.tech There is a coding assessment you have to pass... (by zapshe)
    by PacR
    Read nested structures from file.   [General C++ Programming]
     
    Hi guyz im having trouble reading structures from text file containing: // this is example.txt structname1{ hp 50 mp 10 structname2{ ...
    [19 replies] Last: As another take on this, consider: #include <iostream> #include <fs... (by seeplus)
    How to find the Type of a struct that is passed as an argument and the template arguments for a lambda function?   [General C++ Programming]
     
    The question I have pertains to the type of the structs that are passed as a function argument into this function template<class Arg> Result operator()(A...
    [5 replies] Last: thanks for all the help (by lostwithcpp)
    Guidelines are not rules   [Lounge]
     
    See: https://arne-mertz.de/2024/03/core-guidelines-are-not-rules/
    [9 replies] Last: There were rules?[/quote] "There are rules, and then there are [b]rul... (by George P)
    by cn00by
    "large" project, crashes, variable "overlap", gdb   [General C++ Programming]
     
    hello, i searching for days for an Segmentation fault. What i ve done: i try: - valgrind - gdb - comment the most c++ code out my problem, if i comme...
    [1 reply] : The code that you have posted does not contain any header files. If t... (by Peter87)