
It is up to you to figure out how to design your code around this restriction. Std::string moderator_name = nullptr // Equally bad! The following C++ code will not: std::string moderator_name = NULL // Error! For example, this Java code compiles just fine: String moderatorName = null The only thing that can be "null" in C++ is a pointer, which we have not yet covered in depth. This assignment focuses on strings, so learning a bit about the C++ std::stringĪnother important thing to note: C++ does not have a concept of null references/objects like Java does. Of this class because you will soon be taking CS 225, a class taught entirely in C++. Memory management and compiliation processes, amongst other things. C++Ĭ++ is a semi-object oriented language, and is somewhat similar to Java, except that it derives from C and has different Make a private post on Piazza if you need help with this. Once you verify by email, you should be able to log in to your Visit this linkĪnd use your Illinois email address. This application typically resolves in no more than a few minutes. There is no free version of CLion however, you can apply for a student pack and download it free Make use of the C++ standard library to parse stringsĬlick here to generate your repository IDEįor the C++ assignments this semester, we will be using the JetBrains C++ IDE: CLion.


There are only two kinds of languages: the ones people complain about and the ones nobody uses.
