• 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:

    by demhat
    how to make ignorance in sequence scanf input   [Beginners]
     
    hi guys, here in this code, it's working if I execute scanf functions one by one (independently, as I take others in comment line). However, I tried different ...
    [3 replies] Last: in origin of your code I made this change and it worked but still I am... (by demhat)
    by Mif
    C language. Code working in debug mode and not in release why?   [Beginners]
     
    Hello.. I'm currently working on a RPG game I use VS 2019 and I use 'C' language. I am a bit confuse, and I hope you guys make me understand why this is possib...
    [10 replies] Last: If the above is a reply to what I said about the mobFound parameter ma... (by Peter87)
    Retrieving MSVS msbuild commandline   [Windows Programming]
     
    My apologies if this isn't the best place for this. My question isn't really about Windows Programming but I didn't know where else to ask. I'm learning Githu...
    [1 reply] : You could try using Process Hacker or a similar tool to inspect the co... (by kigar64551)
    run tasklist in c++   [General C++ Programming]
     
    Is there a function in C PLUS Plus to know which programs are running on the other user? like this: tasklist /FI "IMAGENAME eq notbad.exe" /FI "USERNAME eq HWL...
    [6 replies] Last: thanks all so much , solved (by Hawlong)
    Cannot access rc file in resource viewer!!   [Windows Programming]
     
    in a MFC app, once of a sudden I cannot open the rc file in the resource viewer!! It says I have it open in some other editor!! Please help! I rebooted to n...
    [1 reply] : If you have the Sysinternals tools installed, try handle.exe as follow... (by mbozzi)
    Need Help with C++ Basics!   [General C++ Programming]
     
    Have a look at this site: https://www.learncpp.com/ For a book I suggest Ivor Horton's 'Beginning C++23: From beginner to pro' https://www.amazon.co.uk/Beginn...
    [4 replies] Last: Back in the 1980's all of the McDonald's on Oahu had Portuguese Sausag... (by George P)
    Clang with Visual Studio   [Lounge]
     
    With VS2022 17.6.5 (latest version that works with Windows 7) the Clang version installed is 15.0.1 Is it possible to update this version of clang to the la...
    [2 replies] Last: Sidenote: MS support for Windows 7 did end already 2020-01-14, and eve... (by keskiverto)
    convert autoit code to c++   [General C++ Programming]
     
    hello all , please how can convert this code to c++ What this code does is when I go to another user in Windows, this program conn.exe runs . #include <WinA...
    [2 replies] Last: Thanks for replay jonnin i have 10 users in my pc ,i created a progra... (by Hawlong)
    Turn-based Card Game Feature: Out-of-turn Trade Request   [General C++ Programming]
     
    Just FYI, I haven't written any code for the game. I'm in the planning phase, brainstorming how certain game features might affect the structure/architecture of...
    [2 replies] Last: As I see it, you have three choices ( order of difficulty) 1) The si... (by AbstractionAnon)
    Need a starter project for Visual Studio 2022, C++, multiple dialogs   [Windows Programming]
     
    Need a starter project for Visual Studio 2022, C++, multiple dialogs I cannot get a project started as I need it. Visual Studio 2022, C++, multiple dialogs. ...
    [3 replies] Last: The requirements for this smell a lot like a school/college assignment... (by George P)