Debugging

I’m going to have to get Emacs for my own laptop, unless gedit has some hidden debugger. I’ll ask the professor later. This is just a self reminder, cause I know I’ll forget.

About "int" – Pea Pods and Decimals

Oh Dear Lord! What logic is that!?[X ~]$ g++ -Wall -o MyFirstProgram MyFirstSource.cpp[X ~]$ ./MyFirstProgramHello.Press return after entering a number.Enter the number of pods:4Enter the number of peas in a pod:0Floating point exception[X ~]$ emacs&am…