Skip to content

cs-hyglobalhd/where-I-dump-mycpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

where-I-dump-mycpp

the title said it all

This is a repository, where I'll dump all(if not most) my c++ project, and of-course with the set of improving my own standard of programming to write a nice, an understandable variable name, good commentary and also with the a target for improvement for it to be a minimal usage of memory and improve the program performance.

This is for myself. If you find this to a liking, considered to look at my code, and critics my code, so that I can improve myself even more.

// below is something that is useful to know. <3

interesting topics you should read

// know the difference between i++ and ++i or i-- and i--

// Object Oriented Programming // READ AND UNDERSTAND THIS YOU SHAT

// Data Structures // yes this is not for you yet // learn this after you master in OOP u nub

// algorithms, the basic of the basic // and yes this is essentials

// hmmm later on I look.