Page 1 of 1

Ndless sdk questions

Unread postPosted: 13 Mar 2016, 19:52
by krystalgamer
So looks like the docs are offline so i have to rely on samples + available headers.
I've been playing around with the sources and i don't know why in "hellpworld-cpp" the printf clears the screen to black but if i try to compile a c program with printf it doesn't do anything. Why it happens?

Btw does anyone still has "The Ndless Editor" or recommends any IDE? I've been using Notepad++.
Thanks,
Krystal

Re: Ndless sdk questions

Unread postPosted: 13 Mar 2016, 21:36
by Vogtinator
krystalgamer wrote:So looks like the docs are offline so i have to rely on samples + available headers.

Not anymore: https://hackspire.snowflake.me It's not been updated since going offline so the samples are the best reference here.

I've been playing around with the sources and i don't know why in "hellpworld-cpp" the printf clears the screen to black but if i try to compile a c program with printf it doesn't do anything. Why it happens?

My guess is that the program quits instantly instead of waiting for a keypress.

Btw does anyone still has "The Ndless Editor" or recommends any IDE? I've been using Notepad++.
Thanks,
Krystal

The Ndless Editor was removed months ago due to not working correctly anyways and only working on windows.
As alternative, anything works. For maximum comfort I recommend an IDE with support for Makefiles.
Personally, I use Qt Creator.