C++ also has references , and you can forget about pointers for most cases.Although I guess it could be argued that Java references are watered down C++ pointers
This is a discussion on Need help with this code within the C++ Programming forums, part of the General Programming Boards category; Although I guess it could be argued that Java references are watered down C++ pointers C++ also has references , ...
C++ also has references , and you can forget about pointers for most cases.Although I guess it could be argued that Java references are watered down C++ pointers
Manasij Mukherjee | gcc-4.8.0 @Arch Linux
Slow and Steady wins the race... if and only if :
1.None of the other participants are fast and steady.
2.The fast and unsteady suddenly falls asleep while running !
If you mean you need to use pointers to keep track of things such as linked lists, then a pointer in C++ is exactly the same as reference in Java except Java only uses the "." syntax, and it doesn't allow you to distinguish between the pointee and pointer.
If you mean you need to allocate a lot of things on the heap and manually delete them, think again. That's what smart pointers are for.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
But C++ dose not, I can spell the words I need: and, for, while, do, #include iostream, ect
Where on this is my bad spelling going to affect it? Grammar really dose not matter unless your using cout, and even then I can type and spell good, I'll just need to type it up in world and proof read it many times, and yeah there will be mistakes, but its not like it's going to be harder for me to learn then someone who is an English majoir.
Well, I'd say knowing how to read english properly is more important than writing since you are going to be reading a lot of documentation (which is usually going to be in english).
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
And how did you come to the conslusion that I can't read very good? I can read and understand what I read.
I didn't, and I didn't say you can't read very good. I was just making a statement.
If you can read english fine, then don't worry. Continue learning C++.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^