News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

College Project Visual Enhancement

Started by toom52, June 03, 2022, 03:08:22 AM

Previous topic - Next topic

toom52

Hello!, this is my first post on this forum and i'm trying to understand how this works, so if this is not the proper way of asking for help or this is in the wrong subforum just let me know please!

I'm currently studying App Development, and as sort of a "final project" to pass the course, me and my group have to make a proyect that tracks both users and their data consumption.
Since we're restricted to using codeblocks and c language, I wanted to get some insight on how to improve the visual aspect of the cmd, and user experience overall.
I havent found many content of this kind online so any tutorial or explainatory about this subject would be very helpfull, since we havent been taught too much about this side of the coding, and I think this will be a great adition to the proyect, and learning experience overall.

Thanks!



BlueHazzard

Hi and welcome :)

And what is the question?

Miguel Gimenez

#2
This board is for embedded development, definitely not related with your question.

You did not mention your OS: on Linux you can use the curses library, on Windows pdcurses or the Windows console API... All of them are OT here.

EDIT: pdcurses on C::B

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

toom52

Quote from: Miguel Gimenez on June 03, 2022, 12:54:01 PM
This board is for embedded development, definitely not related with your question.

You did not mention your OS: on Linux you can use the curses library, on Windows pdcurses or the Windows console API... All of them are OT here.

EDIT: pdcurses on C::B

Thanks for replying! I didnt know where to post it besides this forum. Thanks for the link, that's what i was looking for!

toom52

Quote from: BlueHazzard on June 03, 2022, 09:57:08 AM
Hi and welcome :)

And what is the question?

Thank you!

As it says in the post, non external ways of improving how the console looks on codeblocks.
Im currently using windows 10 (sorry for not mention it earlier!). This is my first final project so any tips on project building for dummies would be very helpfull also :).

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]