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 - carterza

Pages: [1]
1
Programming / Re: Help me find a better language than C++
« on: July 08, 2017, 02:19:39 AM »
It sounds like you entered this thread with your mind already set on bashing every language that isn't C++.

Guess what language C++ learned from? Never forget, from the creator of C++ himself - C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off.

I'm done feeding the troll(s).

2
Programming / Re: Help me find a better language than C++
« on: July 07, 2017, 02:27:02 AM »
It does have a compiler - which compiles Nim to C and then invokes the system's C compiler.

Quite a few programming languages do this.

C++ is not the best programming language, and if you think it is you either -

A) Haven't been programming for long enough

or

B) Haven't been programming C++ for long enough

3
Programming / Re: Help me find a better language than C++
« on: July 04, 2017, 05:10:02 PM »
Python is a real programming language. It is not a scripting language.

I'd give Nim a shot.

4
Howdy - I'm new to the forums as well as bearlibterminal.

I'm trying to figure out if there is a way to call terminal_read_str and obfuscate the input, for creating something like a password input field.

I know I don't have to use terminal_read_str but I do like the cursor functionality that it exposes.

Ideally I'd like the text to appear as ***** as it's being typed, since I'm attempting to create a password field with this functionality.

Is this possible?

Thanks!

-Zachary Carter

Pages: [1]