• Forum
  • Lounge
  • Junior programmer looking for some C++ a

 
Junior programmer looking for some C++ activity.

Feb 28, 2011 at 7:19pm
Hi, I have 1 year PHP experience and 1.5 at all. So , I'm thinking about C++ as a tool for raising my programming and logical skills. If someone has to offer some small and quite easy programing tasks at the beginning, please feel free to contact me.

my email : jankidudel@gmail.com

Feb 28, 2011 at 7:23pm
Do you know any C++ yet? It'd help to know about how much you know.

Edit: Hehe, I have 314 posts. :-)
Last edited on Feb 28, 2011 at 7:25pm
Feb 28, 2011 at 7:26pm
Hi!

Actually, we had a list of exercises ranging from what I'd call beginner to intermediate in difficulty. You can find that list here, although you can't post there anymore:
http://cplusplus.com/forum/articles/12974/

If you need a book on C++, I'd recommend Thinking in C++.
http://www.planetpdf.com/developer/article.asp?ContentID=6634

Good luck and have fun!

-Albatross
Last edited on Feb 28, 2011 at 7:33pm
Feb 28, 2011 at 8:28pm
What I know is, of course syntax, loops, if, , etc....... functons, something about pointers from paskal, vectors, strings, includes :D, could probably write some classes and objects little bit, because of knowledge from OOP PHP. What I have written biggest with c++ is small game for guessing numbers , and earning moneys, it's kinda kids program, I could do more serious works.

I have lots of books, just don't want to practice on my own, doing dumb dummy projects.
Feb 28, 2011 at 8:52pm
I could get you involved with my networking project if you so desire. It may be a little over your head though =/
Feb 28, 2011 at 9:12pm
I would love to look on it little bit before deciding how much it may be over my head.
Feb 28, 2011 at 9:42pm
Having worked with PHP for numerous years, I can tell you that PHP and C++ are two different ball games. What I would suggest is using the links Albatross has posted.

What I've found to be most different between the languages is memory allocation. I would strongly recommend reading up no nodes which are non-existent in PHP. Actually you can create classes for nodes but PHP's multidimensional arrays are much better and easier to understand.

Anyways I'm learning C++ myself. For me personally, I understand PHP more know that I'm learning C++. Happy programming and enjoy the language.
Feb 28, 2011 at 10:22pm
For me personally, I understand PHP more know that I'm learning C++.


Exactly, I also feel like that. after c++ , brain cells are like joined together an contentrated on the task. , not as with PHP.
Mar 1, 2011 at 9:36am
Each programing language is created for some purposes. To me PHP seems to be tilted heavily as a server side Web language whereas C++ is more of a general purpose language. Depending on your business requirements, you need both skill-sets.
Mar 3, 2011 at 1:30am
By the way , why aren't you referring people to read cplusplus.com tutorial ? (I have just found it
accidentaly, searching google) . I think it containt quite good c++ background.
Mar 3, 2011 at 1:51am
I find that the cplusplus.com tutorial is a good tutorial for people who already have the frame of mind of a programmer, or as a syntax reference. For people who are completely new to C++ (not necessarily programming, though), I generally suggest this book.

-Albatross
Topic archived. No new replies allowed.