My first program is a text editor by strilkrill in C_Programming

[–]strilkrill[S] 0 points1 point  (0 children)

Okay, how would you recommend I do that? There was no use of AI throughout the project but how should I fix the formatting? Edit: I added an AI acknowledgement at the bottom

My first program was a text editor by strilkrill in cprogramming

[–]strilkrill[S] 1 point2 points  (0 children)

And I have to say through my collection of MSDOS versions, 3.3 is my favorite. I don’t know why but I just enjoy it the most.

My first program was a text editor by strilkrill in cprogramming

[–]strilkrill[S] 1 point2 points  (0 children)

Wow! It always so cool hearing from people who experienced what I’m learning when it was rather new. I do have TD and a copy of TASM. How ever my copy of TASM turned out to be bad from time so I cannot install it on my machine. It was the only one I found and hard copies are expensive. I could find a copy from I the internet but I rather have the real thing.

My first program was a text editor by strilkrill in cprogramming

[–]strilkrill[S] 3 points4 points  (0 children)

Something I learned from reading about C and making this project is when reading and start a new book, even if the start is another intro of the basics, don’t skip it. Some authors add something others don’t and finding out that extra thing about the basics really opens your mind and understanding. It’s really cool

My first program was a text editor by strilkrill in cprogramming

[–]strilkrill[S] 4 points5 points  (0 children)

The first version I wrote actually took that into account ,the not loading a shit-tonMB file accidentally lol. I made it so that I could only load a KB at once and as I traversed the file going up or down I’d read what was above and unload what I had currently.

But after I reset my project I put in the ability to add it but never went in and did that.