04-10-2024, 10:59 PM
(04-10-2024, 07:40 PM)Tim Wrote:(04-10-2024, 04:37 PM)Kernelpanic Wrote:I had already installed Code::Blocks, so I ran your code after pasting it in and it worked well. Thanks. And, ya, I am kind of stubborn this way, so I will probably start working on C at the same time as QB64PE. I got 100 pages into a C book some time ago, so it is not too confusing to me (yet). Right now I am trying to find a more modern tutorial for C, since the book I had at the time was printed in about 1992 or so.Quote:So, would it be helpful to learn C in order to better understand and/or contribute to QB64PE?I can only advise you not to start with “C” now. Both together go wrong. Since you started with Basic, you should stick with it until the basics are learned. After that you can still try "C", but not both together as a beginner.
See an example here: https://qb64phoenix.com/forum/showthread...586&page=2
(04-10-2024, 04:25 PM)RhoSigma Wrote:Something like that would be great, but for C, not C++.(04-10-2024, 03:56 PM)Tim Wrote: In light of this discussion, if I were to want to learn C, can any of you recommend an online Tutorial -- or other source -- for it? Preferably without being loaded with advertising and pop-ups. Something like Terry's tutorial would be great.
https://legacy.cplusplus.com/doc/tutorial/
or
https://en.cppreference.com/w/
Follow the second link and scroll down or use this https://en.cppreference.com/w/c
BTW - C and C++ are almost similar in its basics, the complicated stuff in C++ comes with OOP using classes, templates and stuff like that.
GuiTools, Blankers & other Projects:
https://qb64phoenix.com/forum/forumdisplay.php?fid=32
Libraries & useful Functions:
https://qb64phoenix.com/forum/forumdisplay.php?fid=23
https://qb64phoenix.com/forum/forumdisplay.php?fid=32
Libraries & useful Functions:
https://qb64phoenix.com/forum/forumdisplay.php?fid=23