C++ Console : Advance Graphic Techniques
When i started programming first time i started with C++. Despite people say it's hard or too basic or whatever, i personally can confirm that using C++ a programmer can build very strong skills of logic building as well as core concept of programming. We can understand errors, working and advanced concepts of computer (data structures, data bases, data security, hacking) easily. For beginners projects like little games are very interesting and full of knowledge. I made my first project with simple graphics because i was not able to find complex codes and understand them to use for myself. Similar case is with existing libraries like Graphics.h, OpenGL etc. They are too complex for beginners. So i have compiled a library for beginners with some basic fuunctions that you guys can use to print anything on console at pixel level. Here is a comperison of my project with simple graphics and a simple combination of shapes with my new graphics library: With new Graphics: