Yılmaz Yörü
Hello C++ Developers, LearnCPlusPlus.org is packed full of great articles for professionals and beginners alike. It’s packed full of new modern C++ topics to speed up your applications and to make them look visually stunning with… – Details…
5 months ago in C++, cbuilder, Code, Debug, debugging, Decrement, dev-cpp, Increment, Local Variables, pointers, programming, References, watch, Watch List
0
Yılmaz Yörü
Hello fellow C++ Developers! Last week we added a new “Introduction to C++” post series for beginners and posts for professionals on our LearnCPlusPlus.org website. We’re going to continue to release posts about Object-Oriented Programming in the… – Details…
1 year ago in Arithmetics, C++, C++ Builder, Code, Function Overloading, Goto, Labels, Overloading, pointers, Rotation Matrix, Safety and Security, Semantics
0
Unknown
They say Generics and pointers don’t mix. type PMyThing<T> = ^TMyThing<T> // [DCC Error] E2508 type parameters not allowed on this type TMyThing<T> = record Thing: T; end;Ok, they don’t. But there is a loophole!type… – Details…
11 years ago in Delphi, generics, pointers
0