Yeah Schol-R-LEA is very very helpful, he nicely explains everything in detail. He wastes his time trying to teach "noobs" how to code. I think that somebody that joined this forum in 2006 deserves some respect. NewLava1234 needs to learn C before anything else or at least have some previous objective language experience, C, C# & C++ are very similar if you know one of them you know like 60% of the other two.jojo wrote:Wow, sorry the guy is trying to be clear and verbose while he's being graciously helpful.
How do i fix my newline procedure?
Re: How do i fix my newline procedure?
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
- crunch
- Member
- Posts: 81
- Joined: Wed Aug 31, 2016 9:53 pm
- Libera.chat IRC: crunch
- Location: San Diego, CA
Re: How do i fix my newline procedure?
I think it must be that time of the month for Lukand. Or maybe he's hitting puberty. His posts have been extremely rude recently.jojo wrote:Wow, sorry the guy is trying to be clear and verbose while he's being graciously helpful.
Some of my open-source projects:
Ext2/ELF32 bootloader
Lightweight x86 assembler, designed to be portable for osdev
Scheme in under 1000 lines of C
Ext2/ELF32 bootloader
Lightweight x86 assembler, designed to be portable for osdev
Scheme in under 1000 lines of C
Re: How do i fix my newline procedure?
I'm not rude. But I think I understand him. He tries to get most attention to help Nuno by making very long unmissable posts.
Anyways, why would you call me rude? I wanted to help Nuno too by making short version of his last two posts so Nuno.
Anyways, why would you call me rude? I wanted to help Nuno too by making short version of his last two posts so Nuno.
Re: How do i fix my newline procedure?
We're calling you rude because you are. And this isn't the place to teach anyone basic programing. Take this to some other forum.
Re: How do i fix my newline procedure?
AMenard wrote:We're calling you rude because you are.
Agreed. This does appear a bit rude.Lukand wrote:Dammit... There is your fix:
But he's not the only one.
MichaelFarthing wrote:Well you'd best work out out what's wrong then...
The OP did not ask how to declare a variable. He asked how he can keep from having newline characters show up on the screen.AMenard wrote:And this isn't the place to teach anyone basic programing. Take this to some other forum.
This is not a "basic programming" question -- it's a VGA hardware question, or at least a misunderstanding about the difference between video memory and a terminal program.
Project: OZone
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
Re: How do i fix my newline procedure?
Err no it is a basic question. Nuevo is just following the wiki barebone or other example and is questioning why the /n is displayed instead of doing an actual new line. This is a basic programing question and is quite easy to process if one has at least a minimum of knowledge in C.SpyderTL wrote:AMenard wrote:We're calling you rude because you are.Agreed. This does appear a bit rude.Lukand wrote:Dammit... There is your fix:
But he's not the only one.
MichaelFarthing wrote:Well you'd best work out out what's wrong then...The OP did not ask how to declare a variable. He asked how he can keep from having newline characters show up on the screen.AMenard wrote:And this isn't the place to teach anyone basic programing. Take this to some other forum.
This is not a "basic programming" question -- it's a VGA hardware question, or at least a misunderstanding about the difference between video memory and a terminal program.