That’s really the only con of a stronger type system.
That’s really the only con of a stronger type system.
Little do they know that it just means that software is feature complete.
Little do they know that it just means that software is feature complete.
std::cout << ”hello” << variable << '\n';
or the new
std::println(”hello {variable}”);
(Haven’t tried it but I think that’s how you use it)
std::cout << ”hello” << variable << '\n';
or the new
std::println(”hello {variable}”);
(Haven’t tried it but I think that’s how you use it)
RAII will probably be good enough for your purposes.
How are you drawing to the screen? Raw pixel buffer or using some API?
RAII will probably be good enough for your purposes.
How are you drawing to the screen? Raw pixel buffer or using some API?
Yeah your solution looks good, keep it up!
Yeah your solution looks good, keep it up!
It’s usually started by someone being insecure about their own work/knowledge and then they have to push everyone else down.
It’s usually started by someone being insecure about their own work/knowledge and then they have to push everyone else down.
Sure you get less errors(logic and memory) but now you have a rigid codebase that gets harder to change as it grows.
Sure you get less errors(logic and memory) but now you have a rigid codebase that gets harder to change as it grows.