1.

Solve : Basic C++ Quiz Help.?

Answer»

Hey guys, I was wondering, would it be an OK beginner project to try and make a little 3 question quiz out of C++. I'm moving up from Batch/crap-tons of markup and web scripting languages (HTML, JAVASCRIPT, PHP, VBScript, CSS, mySQL) and I was just wondering if that would be a good first program? Other than hello world of course :3.quiz would be an ok way of getting better with if & else statements but considering that you have already had experience with other languages im betting you already have that mastered, the only thing you'll learn by doing a quiz is more syntax.

If you WANT to learn more about c++ work with functions, pointers and classes.

a fun project could be a sentence encryptor, try the following and LET me know if you get stuck:

create a program to encrypt a sentence including spaces. example

enter message:
hello world

enter number key:
1

your encrypted message:
ifmmp!xpsme

so this would get a string and change value based on a variable, you can take it further by decrypting.

this is a basic encryption but doing this project will GIVE you a pretty good basis for c++



Discussion

No Comment Found