0
Is the var available in C++??
7 Réponses
+ 2
Yes there is a keyword like var and the compiler replace it by the real type in c++ and it is "auto" keyword
for example you can do this:
auto x = 5; // c++
+ 3
There is no keyword called vat in c or c++
+ 2
you can use type casting
+ 1
in c++ there is no `var`, but in c++ you can do anything
+ 1
Not needed, there are lots of conversion method in c++ if you really want to convert a variable
+ 1
There is no keyword called vat in c or c++
0
this is a C# app... please write a quetion at least related to C#