Re: best programmig language With the following features?

Very true. C++ isn't unsafe by default. Its how you use it that makes it unsafe. If you go throwing around pointers all over the place, and fail to keep track of array bounds, and use raw C constructs everywhere that do allow you to go out of bounds, then yes, C++ will definitely be unsafe. But if you use the standard template library, and you use things like std::vector, std::unique_ptr, and so on, C++ will be perfectly safe.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Diego via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : robomastr42 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Diego via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : gonzalez2016s . alovver via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector

Reply via email to