Tuesday, March 15, 2016

Start noticing error messages you get from Visual Studio and g++. What do the different error messages mean? Provide a few examples (you may need to mess up a recent chunk of code to remember).

I have recently been getting a lot of initialized errors. The reason why i would have these errors is because i need to have my variables char or int equal to something. When it is not equal to something there is that initialize. There are also compile time errors that i get a lot. I get these because i normally forget semi colons causing a syntax error.

No comments:

Post a Comment