Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jackyjoy123

Pages: [1]
1
QB64 Discussion / How to dump text into a .txt file ?.
« on: March 15, 2021, 11:26:14 am »
Hello,

I know how to write values to binary files, but I would like to create actual text output that I could then copy over to a word processor.  Is there a way to do this easily?


thanks
jackyjoy

2
QB64 Discussion / Eliminating Some Code Redundancies in QB64 ?.
« on: February 26, 2021, 12:02:16 pm »
Hello,


I don't know a lot about C++, but as I mentioned elsewhere, I've loaded it up in VS 2017 (the free community edition) and I've also installed an eval copy of JetBrain's ReSharper for C++.

I'd be interested in helping do some code cleanup at a very basic level, but would need someone to review my submissions to make sure I'm not breaking anything. :-) Let me know if that is something worth trying, I don't want to waste effort on it if it isn't considered helpful.

For example, ReSharper is showing up a number of places in which QB64 has switch statements with individual cases ended with return and break, the latter will never be triggered since return will always execute. Maybe there is a reason for this redundancy I'm not familiar with (as noted, I'm a C++ n00b).


thanks
jackyjoy

Pages: [1]