How do i fix my newline procedure?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

Re: How do i fix my newline procedure?

Post by Octacone »

jojo wrote:Wow, sorry the guy is trying to be clear and verbose while he's being graciously helpful.
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.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
crunch
Member
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?

Post by crunch »

jojo wrote:Wow, sorry the guy is trying to be clear and verbose while he's being graciously helpful.
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.
User avatar
Ycep
Member
Member
Posts: 401
Joined: Mon Dec 28, 2015 11:11 am

Re: How do i fix my newline procedure?

Post by Ycep »

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.
AMenard
Member
Member
Posts: 67
Joined: Mon Aug 25, 2014 1:27 pm

Re: How do i fix my newline procedure?

Post by AMenard »

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.
User avatar
SpyderTL
Member
Member
Posts: 1074
Joined: Sun Sep 19, 2010 10:05 pm

Re: How do i fix my newline procedure?

Post by SpyderTL »

AMenard wrote:We're calling you rude because you are.
Lukand wrote:Dammit... There is your fix:
Agreed. This does appear a bit rude.

But he's not the only one.
MichaelFarthing wrote:Well you'd best work out out what's wrong then...
AMenard wrote:And this isn't the place to teach anyone basic programing. Take this to some other forum.
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.

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
AMenard
Member
Member
Posts: 67
Joined: Mon Aug 25, 2014 1:27 pm

Re: How do i fix my newline procedure?

Post by AMenard »

SpyderTL wrote:
AMenard wrote:We're calling you rude because you are.
Lukand wrote:Dammit... There is your fix:
Agreed. This does appear a bit rude.

But he's not the only one.
MichaelFarthing wrote:Well you'd best work out out what's wrong then...
AMenard wrote:And this isn't the place to teach anyone basic programing. Take this to some other forum.
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.

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.
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.
Post Reply