ASSIGNMENT NUMBER ONE
http://www.mediafire.com/?48p24sxq29ojqn9
What is done here is basic file IO as well as basic string manipulation.
The instructions are:
1)Create a separate file using IO and store user input into it.
2)Manipulate user input any way you wish (doesn't have to be creative, just show on cmd line it's adjusted)
-Use at least two different C++ functions of inputting data
3)Use an array anywhere and anyway you wish in the program.
This should cover a lot of basics in C++, in later programs we will touch base with a lot of more complicated C++ concepts.
*PLEASE NOTE: I am leaving this as vague as I possibly can because it will make you have to do a lot of reading and research to figure out how to do it. When everyone is done we can share our code and talk about it to see how each of us approached the problems in our own unique ways.
*I don't think there's a time limit if there should be one I don't wanna impose one talk that over with the group leads
ASSIGNMENT NUMBER TWO will be embedding the lua language into Visual Studio (my version I did it in is 2010 Express)
1)Embed Lua into a VS program
2)Have the C++ part of the program call on a Lua script and have it pass "Hello World" to the console.
I can't put the exe up here because it requires too many outside resources. When you are done let me know and we can share our code.
The reason for assignment number two is to have a clean slate to practice scripting in the lua language with it's own libraries. You will be using this project again in the future so make sure not to delete it.
*I will make a powerpoint very soon to go over a lot of simple concepts and problems you will most likely come across while writing this program with little to no c++ knowledge (I had my fair share of 'hiccups' writing it as well lol . the powerpoint to comewill also go over things that C# and C++ have in common and basic functions that'll be used that are different that may cause confusion. This exe will create a .txt file where ever you place it.
No comments:
Post a Comment