Seeing as this is my first post, I've actually just started learning C++. I've taken a Java programming at school but decided to expand my programming knowledge and learn a second language.
One of the challenges I have for this is picking ideas of different programs I can make. Yes you can always program the simple ones to start like a Clock or a Timer. But I need something that will actually put the majority of my knowledge to the test.
So if anyone has any ideas of some challenging but not too difficult programs, please let me know. Remember, I did just start maybe 2 weeks ago. Even though C++ and Java are very similar.
14 replies to this topic
#1
Posted 22 May 2010 - 10:10 AM
|
|
|
#2
Posted 22 May 2010 - 10:19 AM
One of the things you will soon discover is that, despite the similarity of their syntax, they are actually quite different languages. Their approaches to object orientation and generics/templates have got numerous differences that aren't always obvious. Operator overloading in C++ also serves to give it a very different feel.
To start with, I'd just try recreating some of the Java command-line programs you've already created, to get a sense of some of these differences.
To start with, I'd just try recreating some of the Java command-line programs you've already created, to get a sense of some of these differences.
#3
Posted 22 May 2010 - 10:37 AM
Thanks for the information. I obviously haven't gotten far enough in to C++ yet :P
And most of my Java programming wasn't actually the specific coding. I had a text book that made us answer question that you mainly didn't need to code for. The only thing I really coded was my summative which is a cool little game that was partially a Bomberman rip-off ;P. Thats the only reason I'm asking if anyone has any ideas, because the questions I answered don't really relate to C++.
And most of my Java programming wasn't actually the specific coding. I had a text book that made us answer question that you mainly didn't need to code for. The only thing I really coded was my summative which is a cool little game that was partially a Bomberman rip-off ;P. Thats the only reason I'm asking if anyone has any ideas, because the questions I answered don't really relate to C++.
#4
Posted 22 May 2010 - 12:42 PM
As for as learning C++ goes I would definitely check out the following websites:
Learn C++ -
C programming.com - Your Resource for C and C++ Programming
As far as coding goes I would play with what you learn each day and see what you can do with it.
And remember the key to learning any language (especially C++) is patience and perseverance
Learn C++ -
C programming.com - Your Resource for C and C++ Programming
As far as coding goes I would play with what you learn each day and see what you can do with it.
And remember the key to learning any language (especially C++) is patience and perseverance
My Personal Blog l Learning C++ l I'll be famous soon enough.
#5
Posted 22 May 2010 - 05:13 PM
when i learn C++ i have a hard timne continuing after a while xD I'm really excited about it a moment, and after a few days/weeks it's kinda dull :P
#6
Posted 23 May 2010 - 04:48 AM
Yeah me too. I found that I my enthusiasm becomes dull when I'm learning to program to make a specific project. Instead of learning just so you can code one really cool project you plan on programming, concentrate on everything you could do with the knowledge to program. Think about all of the possibilities. I hope it motivates you and your learning ^^
My Personal Blog l Learning C++ l I'll be famous soon enough.
#7
Posted 23 May 2010 - 01:52 PM
well, I'm working towards starting on OpenGL so i can program demos and such :P so learning C++ now xD
#8
Posted 23 May 2010 - 02:03 PM
Thats a good idea :) can't wait to see what you are able to make
My Personal Blog l Learning C++ l I'll be famous soon enough.
#9
Posted 23 May 2010 - 02:33 PM
haha xD if i get that far :P (i will eventually xD)
#10
Posted 24 May 2010 - 02:40 AM
Of course you will, just keep in mind learning any language takes a lot of time, patience, and perseverance. Even if the amount of progress you gain each day isn't what you wanted it to be, don't get discouraged. It takes time, but it's well worth it ^^
My Personal Blog l Learning C++ l I'll be famous soon enough.
#11
Posted 24 May 2010 - 03:56 AM
Write program for find nor. PI to X Marks. Exotica!!!:lol:
#12
Posted 27 May 2010 - 04:00 PM
@TeenChristian and InSe:
I find that its much easier to stay focused on a programming language. When you're creating a program that sounds interesting and the final outcome will be somewhat fun. ;P
Just my opinion though.
I find that its much easier to stay focused on a programming language. When you're creating a program that sounds interesting and the final outcome will be somewhat fun. ;P
Just my opinion though.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









