I want to do a program to sort integers in a vector...that part is done..my trouble is that I want to get that integers from a string and put them in a vector....I have done this, thinking that as a string is null terminated as a char array I could send a char pointer to a function to get an string....but not, i have done this at the moment....
hey, I have seen your website and you look like somebody who could give good tips...
I'm electronic engineer but in fact I don't like the Electronic ( perfect situation eh), lately I have been studying C++ by myself because I like more this world and amazingly I have done a couple on interview for job as a C++ developer...I wasn't successful but the gave to me test and exercises to do and I didn't manage too bad...the point is I think I should collaborate in some projects, but getting a place to collaborate is being difficult, how could I get into a project to collaborate and start to have a wider vision of this stuff....
I hope you can give any idea or even if you are involved in something and you think I could give a hand I'm willing.....
A good way to start is by making simple games, e.g. try to replicate Pong and then add more features to it. You can use a graphics library like SFML or Magnum - don't bother with the console. After Pong you could try recreating Mario - take advantage of classes and polymorphism for the enemies.
Once you have more experience:
Create a GitHub account and look for small open source C++ projects. Read the issues they have and see if you can fix them, then submit your pull request and see what the author says. This is the true test: if the world at large accepts your code, you must be doing something right.
I'm reading this book right now The C++ Programming Language by Bjarne Stroustrup and well I do small projects...I have done a few projects too, methods to simplificate booleans functions.....such as quine McCluskey and BCD logic......what you have said about Pong...i don't know what you mean create a real game with graphics libraries?? and how I could compare my one with the real one, is there repository where they are a lot code stored....???
I have been coding with codelite and codeblock, I have never done a a real application everything was always on console...I don't know if I should have knowledge of those thing to become a developer...I remeber that I did so small things when I was a kid with visual basic.....
I don't know how I should do this....I mean I shoudl download visula basic c++ and code on that or I could link my codes from codelite to the SFML platform??.....I must surely be saying idiots things but I'm a completely ignorant at that...but I don't know ...to do a big project there must be people working on raw code and other doing other stuff....