Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This repo contains various C++ topics like constructors and destructors, data structures, dynamic memory allocation, exception handling, friend functions, functions, inheritance, loops, new and delete operations, polymorphism, practice code, recursion, structures, and templates.

NotificationsYou must be signed in to change notification settings

ThisIs-Developer/C-Plus-Plus

Repository files navigation

C++ is a general-purpose programming language and is widely used nowadays for competitive programming. It has imperative, object-oriented and generic programming features. C++ runs on lots of platforms like Windows, Linux, Unix, Mac etc.

74897

Author

Demo

class CPlusPlus{    public:    void Code(){    cout<<"Hey,ThisIs-Developer"<<endl;    }};

Deployment

Installing MinGW/MSYS

http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite
http://www.mingw.org/wiki/MSYS

Download the MinGW Installer

https://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780

Installing MSYS

http://downloads.sourceforge.net/mingw/MSYS-1.0.11.exe

Git for MSYS

http://code.google.com/p/msysgit/

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

#ifdef _TPF_SOURCE                                         #ifndef __envn__                                           char ***__Envn();                                     #define  environ (*(__Envn()))                        #define __envn__                                 #endif                                           #else

Features

  • Object Oriented
  • Memory Management
  • Mid-level programming language
  • Structured programming language

Running Tests

To run tests, run the following command

    gcc --version    g++ --version    gdb --version
    mkdir projectscd projects    mkdir helloworldcd helloworld    code.
{"tasks": [    {"type":"cppbuild","label":"C/C++: g++.exe build active file","command":"C:\\msys64\\mingw64\\bin\\g++.exe","args": ["-fdiagnostics-color=always","-g","${file}","-o","${fileDirname}\\${fileBasenameNoExtension}.exe"      ],"options": {"cwd":"${fileDirname}"      },"problemMatcher": ["$gcc"],"group": {"kind":"build","isDefault":true      },"detail":"Task generated by Debugger."    }  ],"version":"2.0.0"}

About

This repo contains various C++ topics like constructors and destructors, data structures, dynamic memory allocation, exception handling, friend functions, functions, inheritance, loops, new and delete operations, polymorphism, practice code, recursion, structures, and templates.

Topics

Resources

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp