24

Taking a class on C and machine-level code for school and I have my final tomorrow. After the entire semester, people are still posting questions to piazza asking how strings work and other students are giving wrong answers. Not to mention all of the correct answers are posted in our lecture notes and countless places online. Seriously people, why are you a CompSci major if you can't even figure out how you declare a string after 10 weeks of coding?

Comments
  • 2
    Thats so lazy or they are completely ignorant , i dont think that they deserve the title developers..
  • 6
    Update: A new question was a posted asking what "!" and "&&" are. This is a class with 3 computer science classes as prerequisites.
  • 0
    typedef string int;

    //lol
Add Comment