0
C++ placement test online?
I got the c++ certificate at sololearn and I use concepts from (let's say) the first two thirds of the course fairly freely in my own projects. But how do I really get to know what my c++ level is compared to people how actually work with c++ irl. I know that the expirience is really important there but i wanna know what is a 'must' apart from the concepts in this course and also would like to get tested online with some short or long problems/projects, whatever. Do you know any website where something like that could be done for free? (I dont need a real certificate)
4 Respostas
+ 1
Find time and go through this because the course here is kind of an overview of most of the topics.
http://www.cplusplus.com/doc/tutorial/
Collection of resources for learning C++
https://www.sololearn.com/discuss/969000/?ref=app
https://www.sololearn.com/discuss/488976/?ref=app
https://www.sololearn.com/discuss/459759/?ref=app
https://www.sololearn.com/discuss/459844/?ref=app
0
There is a CPP Online Test you can try. Google it.
w3resource has some excercises for you to try.
The whole idea of testing your knowledge in comparison to other coders is a little bit complicated. Each programmer works in specific stuff. Someone who has been working on graphics APIs for 10 years might not be able to easily work with a server, and vice-versa.
0
Fernando Pozzetti
Sure, but all c++ programmers should have the same base knowlegde, like you cant not know what pointers, classess, templates etc are and how to use them. So as a beginner I should be able to compare that base knowlegde with others if you know what i mean. What is the minimum all professional programmers must have had when they had just recieved all their conventional education (unconvential meaning onlne self-teaching)
0
Avinesh
I was actually doing that for the most part and now im trying to set my new objective