c/c++

  • How to Install CodeBlocks on Ubuntu 22.04 or Linux | C & C++ Program

    Ubuntu/Linux Playlist: C Programming: How to Install CodeBlocks IDE on Ubuntu 22.04 or Linux | C & C++ Program Other Playlist: Windows 11 Playlist: Physics – Crack the Mid: Physics – Crack the Final: Electronics – Crack the Final: Codeforces Problem Solve: UIU Q Solve Playlist: DSA-1 Playlist: Get Connected: Like our Facebook Page: Follow our GitHub Profile: Follow our…

    Read More »
  • [C/C++] Gamehacking Linux — Process Memory Management

    In this video, we delve into the world of process memory manipulation under Linux using the C language. You’ll learn how to create and manage Process objects to interact with the memory of other processes, using the process_vm_readv and process_vm_writev functions. [ad_2] source

    Read More »
  • Cross-platform Coding with GitHub in VS Code can be Tiresome.

    The default path in windows seems to be minGW64bin in windows but that doesn’t work in Linux, by default the compiler path in Linux (at least in arch linux) is /bin/clang . Pretty easy to fix just change the .vscode file in your C/C++ code file to the linux directory clang. The issue remains that you can’t commit with source…

    Read More »
Back to top button