I'm making a flash card type console application using visual studios 2013. The flash cards contain character that I can display using unicode. So far I am looking at about 200 characters across 2 unicode blocks which I don't want to hard code into my arrays. I thought of initializing my arrays using a loop. The only problem is I don't know how to add in hexadecimal. So is there a way to initialize my array without having to input 200 values my self? Also is hexadecimal addition possible without me having to write a function for it?
This makes sense. From what I make sense of this hexadecimal addition is just like regular addition. The computer knows what it's doing. Just one question, should I be worried about Hex.cpp at line 1?
Line one is nothing but a comment. That was just the name I gave the program when I started up Microsoft Visual Express, to write the program, then the C++ program wrote that line when it created the body of the program.