+ 7

Challenge in C++

Can someone with a better knowledge of the language give me something to work with, like a chellenge or a task, anything, I want to try to complete it?

29th Nov 2016, 6:10 PM
Filip
Filip - avatar
4 Answers
+ 7
Thank you, I will check out both :)
29th Nov 2016, 7:53 PM
Filip
Filip - avatar
+ 2
Try some competitive coding site like Codechef or SPOJ. You will find a lot of problems ranging from easy to very hard
29th Nov 2016, 7:13 PM
Antonio Andriollo
Antonio Andriollo - avatar
+ 2
Using vectors of type object, create an empty list of something which can be dynamically added to and removed from at will (make a menu of somesorts). Allow the user to view a particular entry on the list by using an ID/index number, and allow the user to list every single object in the vector so that they are able to find the ID for their entry (if there are 1< entries). And catch any exceptions such as out of range, overflow, format etc. I have made one of these in C# on my profile; People List; though it won't work on the SoloLearn compiler due to it being dynamic with no single output. But if you have an IDE to run C# code (such as MS VS), then you can take a look at it on there, to see exactly what I mean 🙂
29th Nov 2016, 7:28 PM
Cohen Creber
Cohen Creber - avatar
+ 1
go check hackerrank, you must feel challanged
29th Nov 2016, 8:27 PM
Mohammed Maaz
Mohammed Maaz - avatar