• 2 Posts
  • 80 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle






  • But it looks like it can only do Pascal? Like. Sorry but you can’t just come out of the corner and say that coding is great on debian because my special IDE for only one single programming langauge exists.

    What if I don’t want to learn a seventh programming language? What if I want to continue my C++ project in NeoVim? I dont want to rewrite something entirely. Same for PHP, Rust, C, Python.

    Your IDE doesn’t even support the most important way of editing code. Vim mode.






  • As I was coding in C++ my own Engine with OpenGL. I forgot something to do. Maybe forgot to assign a pointer or forgot to pass a variable. At the end I had copied a NaN value to a vertieces of my Model as the Model should be a wrapper for Data I wanted to read and visualize.

    Printing the entire Model into the terminal confused me why everything is NaN suddenly when it started nicely.