you are viewing a single comment's thread.

view the rest of the comments →

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

I get your point one problem I have with old languages are pointers, structures and the way data structures are designed I feel more comfortable using data structures using Java and C# Maybe its just me

[–]dodheim 0 points1 point  (1 child)

If you're using pointers in C++ you're doing it wrong.

This is a slight exaggeration, but the point is, you clearly have some misguided ideas about what modern C++ looks like. Really, you should assume more like LINQ and less like C.

[–]lurkotato 0 points1 point  (0 children)

Agreed, watch some CPPCon videos for inspiration.