Michael Polinske
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
已编辑于 EduTools not compatible with IntelliJ IDEA 2020.1
已回答I just updated to IntelliJ IDEA 2020.1 and I noticed that EduTools 3.5 is not compatible with it and so it got disabled. -
创建于 Get error java cannot find symbol when I use "var" keyword with language level set to JDK 11
已回答If I try compiling a Java 11 class using the var keyword I get a message saying: Error:(15, 13) java: cannot find symbolsymbol: class varlocation: class ImageViewer I am able to compile the class f... -
创建于 Can I use scanf_s in CLion?
已回答I am trying to learn the C programming language and some code that I found used scanf_s,but it doesn't compile with CLion. The code below compiles fine in VS2015, but doesn't link in CLion on OS X... -
创建于 Python tutorial - String Multiplication
已回答Working through the Python tutorial in PyCharm and when I have the following code and check the task it says "use multiplication". hello = "hello"ten_of_hellos = hello * 10print(ten_of_hellos)The o...