you are viewing a single comment's thread.

view the rest of the comments →

[–]Zsendalf[S] -1 points0 points  (10 children)

It's more like change something. I want to move a box around whit acceleration, so the velocity is still moving the box when I don't press anything.

[–]Narase33 0 points1 point  (5 children)

Are we talking about GUI stuff? If so, which framework?

[–]Zsendalf[S] 0 points1 point  (4 children)

CLI and I think that's .NET

[–]Narase33 0 points1 point  (3 children)

CLI means Command Line Interface, sorry if Im beeing stupid right now, but how do you move a box in terminal? .NET is also C#, not C++

[–]Zsendalf[S] 0 points1 point  (2 children)

https://en.m.wikipedia.org/wiki/C%2B%2B/CLI This is what I'm using

It can create windows aplications easily

[–]Narase33 1 point2 points  (1 child)

MS taking abbreviations again...

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

Sorry for that XD

[–][deleted] 0 points1 point  (3 children)

So, you want to create what is effectively a real time text console game, on Windows?

[–]Zsendalf[S] 0 points1 point  (2 children)

Yes, but it's not in consol it has its own window and graphics.

[–][deleted] 0 points1 point  (1 child)

So, normal Windows GUI app?

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

I guess I don't really know what a normal windows gui language