Code::Blocks Forums

User forums => Embedded development => Topic started by: toom52 on June 03, 2022, 03:08:22 am

Title: College Project Visual Enhancement
Post by: toom52 on June 03, 2022, 03:08:22 am
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!


Title: Re: College Project Visual Enhancement
Post by: BlueHazzard on June 03, 2022, 09:57:08 am
Hi and welcome :)

And what is the question?
Title: Re: College Project Visual Enhancement
Post by: 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 (https://rabbitboots.com/blog/2016/11/02/pdcurses/)
Title: Re: College Project Visual Enhancement
Post by: stahta01 on June 03, 2022, 09:04:51 pm
https://cboard.cprogramming.com/c-programming/181070-college-project-visual-enhancement.html (https://cboard.cprogramming.com/c-programming/181070-college-project-visual-enhancement.html)
Title: Re: College Project Visual Enhancement
Post by: toom52 on June 03, 2022, 10:16:50 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 (https://rabbitboots.com/blog/2016/11/02/pdcurses/)

Thanks for replying! I didnt know where to post it besides this forum. Thanks for the link, that's what i was looking for!
Title: Re: College Project Visual Enhancement
Post by: toom52 on June 03, 2022, 10:20:08 pm
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 :).
Title: Re: College Project Visual Enhancement
Post by: stahta01 on June 04, 2022, 12:40:59 am
https://wiki.codeblocks.org/index.php/Main_Page (https://wiki.codeblocks.org/index.php/Main_Page)
https://wiki.codeblocks.org/index.php/Creating_a_new_project (https://wiki.codeblocks.org/index.php/Creating_a_new_project)

This website rules
https://forums.codeblocks.org/index.php/topic,9996.0.html (https://forums.codeblocks.org/index.php/topic,9996.0.html)

Tim S.