Posts

Post not yet marked as solved
1 Replies
211 Views
I repeatedly failed to code and run, with MacOS Monterey, Xcode and Swift, an app that simply sends "hello world" to the console. The result remained "Expressions are not allowed at the top level". Could anyone fully desribe a simple solution? Thanks in advance
Posted
by RD2019.
Last updated
.
Post not yet marked as solved
3 Replies
2.4k Views
I need to print texts in various colors, with a program in C under Xcode 10.3 and OSX 10.14.6With printf(" Black, \033[31m Red ");what is printed is all black, and is Black, [31m Red.The same with "033" replaced by "e"Any solution?Help much appreciated
Posted
by RD2019.
Last updated
.