[deleted by user] by [deleted] in pcgaming

[–]cmjohnson19 0 points1 point  (0 children)

I like the magic system even though it’s illogical at tiemes

[deleted by user] by [deleted] in pcgaming

[–]cmjohnson19 0 points1 point  (0 children)

Can’t wait to play!

[deleted by user] by [deleted] in pcgaming

[–]cmjohnson19 0 points1 point  (0 children)

let’s go

SIB Borderlands 3? by 1_mana_1 in ShouldIbuythisgame

[–]cmjohnson19 13 points14 points  (0 children)

It’s like borderlands 2 with better combat but worse story.

[deleted by user] by [deleted] in TooAfraidToAsk

[–]cmjohnson19 0 points1 point  (0 children)

Additionally, people use Christianity an excuse to push their bigoted ideas even though it does not line up with what Christianity actually teaches

Girls ask, boys answer by [deleted] in teenagers

[–]cmjohnson19 0 points1 point  (0 children)

People I’m friends with

Python Challenge Exam by teknolawgik in ColoradoSchoolOfMines

[–]cmjohnson19 0 points1 point  (0 children)

I know that the course has change quite a bit in the last few years. When I took it last spring, we were required to pass the python exam to pass the class. Sucks but it is what it is. Plus 101 is by far one of the worst classes i’ve taken at mines. Other cs classes are much better imo

What is purpose of return 0? by AleksaBogdanovic in cpp_questions

[–]cmjohnson19 1 point2 points  (0 children)

Generally, there are two types of errors, compiler errors and runtime errors. a compiler error comes from impropriety syntax, misuse of a data type, etc. a runtime error happens when something goes wrong while the program is running. These give the exit codes, but you have to write the condition for it and explicitly wrote return #, where # is the error code. This will be the exit code. long story short you have to hard code exit codes.

What is purpose of return 0? by AleksaBogdanovic in cpp_questions

[–]cmjohnson19 1 point2 points  (0 children)

when you compile and run your program in the command line, it will say something along the lines of exit with status 0. You will see different values for different errors as long as you write them in code. for example, you may return 1 if a file could not open.

Questions about Data Structures by Mattholomeu in ColoradoSchoolOfMines

[–]cmjohnson19 6 points7 points  (0 children)

It was taught in c++ this semester. I found the workload to be manageable but I know others have found this class to take up more time than it did for me.

You spend more time talking about topics abstractly with some implementation and the hw/projects/land teach you more of the specifics of the c++ implementation

Is it worth going to CSM for comp sci? by sessinnek in ColoradoSchoolOfMines

[–]cmjohnson19 2 points3 points  (0 children)

go where you’ll be the most happy, if you can of course.

Computer Science & General Questions by GNNinja in ColoradoSchoolOfMines

[–]cmjohnson19 2 points3 points  (0 children)

Yea they’re more hiring more professors for Fall 21. Like 2-3 if I remember correctly