95 skills found · Page 4 of 4
reneaas / Classes In CppNo description available
HWZen / Cpp Class SETA class named SET can storage of data mixed
LutherCS / Cpp Class PubObject-oriented Programming with C++ (CS253)
mohammad-baazza / ClassFileCreatora simple program that creates classes cpp and hpp files with canonical form based on the class name
Haj4li / Sprite2D For RaylibSprite2D is a cpp class for Raylib
k4li-0x0 / Cpp Class GeneratorNo description available
AbdallahZerfaoui / CPPs Classes ScriptingThis guide shows you how to use a simple Python script and a VS Code task to automate the process of initializing c++ projects, saving you time and ensuring consistency.
mrcse / Game 2048 In Cpp Using ClassesNo description available
mrcse / Game 2048 In Cpp Without Using ClassesNo description available
pragmatist-strategist / ADVANCED CPP CodesCPP-Codes THIS REPOSITORY CONTAINS SOME BASICS OF THE ADVANCED C++ TOPICS LIKE STL, TEMPLATE CLASSES, OPERATOR OVERLOADING, VECTORS, SETS, MAPS, FUNCTORS ETC. IN C++ . THEY CAN BE USED AS A REFERENCE FOR C++ ANYTIME. ALSO I'LL BE ADDING SOME MORE CODES IN A WHILE . THEY WILL BASICALLY COVER BASICS OF ADVANCED ALGORITHMS AND DATA STRUCTURES .
ghulamghousdev / Playlist ManagerThis is a C++ Program which manages a playlist of songs. The PlayList class manages a dynamically allocated array of song objects. The song class is provided for you in song.h and song.cpp, which should NOT be modified. Your playlist class will be implemented in two files proj5_playlist.h and proj5_playlist.cpp. The class will support two basic functions: Managing the playlist. This includes adding and deleting songs. Playing from the play list. This includes keeping track of which is the next song to be played. Obviously we will not actually be playing any music. “Playing” the song will consist of printing the name.
taku25 / UCM.nvimA plugin to quickly create and manage Unreal Engine classes (.h/.cpp file pairs) from Neovim.
xxsong5 / Digits Recognitionnumerical recognition in image. This is the code for number(0-9) recognition in image by using SVM Classifier and HOG descripter. And the main algorithm was packed as classes in imgDistis.cpp
CarlCurist / C CPP Class PracticeNo description available
itomi / CppSocketWrapper classes for easier CPP network programming.
itmc-ptit / Itmc Cpp Class 2024No description available
pdcxs / Cpp Class MaterialMaterials for my c++ class.
leroythelegend / Rough Idea Project CarsProject Cars UDP CPP Classes
ZackWFC / ClassicCppProblemNo description available
Mahendran-Murugan / Linked List In CPPSingly Linked List using Class in Cpp