bold text using C or go with PHP or JS instead? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

bold text using C or go with PHP or JS instead?

Is there any way to make text bold in Code Playground's console terminal using C, or should I remake this chart into a webpage with tables using PHP instead to highlight certain elements? https://code.sololearn.com/cUgPMo9v36QT/?ref=app

9th Mar 2019, 8:02 AM
boneSpider
boneSpider - avatar
6 Answers
+ 4
Nope, no way that I know of to make text bold with non-web programs.
16th Mar 2019, 7:48 PM
inxanedev!
inxanedev! - avatar
+ 12
Here is version 2.0 although it times out in its nested if elses inside nested for loops. If anyone has an idea on how to improve its efficiency to print out the entire chart I would appreciate your feedback. Could it run faster rewritten in JavaScript? https://code.sololearn.com/we7W2j7yfnAL/?ref=app
9th May 2019, 5:20 PM
boneSpider
boneSpider - avatar
+ 12
Accordion Bass Chord Chart v3.0 by boneSpider Generates a mirror reflected chord chart. Highlights selected buttons read from a song menu. https://code.sololearn.com/WYX82g85QcM7/?ref=app
13th May 2019, 10:06 AM
boneSpider
boneSpider - avatar
+ 11
ABCC v4.0 in Javascript. Accordion bass chord chart for practicing with a mirror, uses a 3d array to dynamically highlight notes based on song menu selection. Thank you all for your support and encouragement - I really appreciate it! 🎶🕷 https://code.sololearn.com/WTRbwp008OY7/?ref=app
23rd May 2019, 11:02 AM
boneSpider
boneSpider - avatar
+ 10
Rewriting it in JS worked, it prints out the entire chart successfully without timing out. https://code.sololearn.com/WBu1UdRF4iSk/?ref=app
11th May 2019, 7:06 AM
boneSpider
boneSpider - avatar
+ 7
Rewrote this C program in PHP. Generates a mirror reflected accordion bass chord chart, next version will have bass notes highlight based on a text file. https://code.sololearn.com/w4jo8kd06qop/?ref=app
7th May 2019, 8:35 AM
boneSpider
boneSpider - avatar