Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
SiWei Guo
Follow
New posts
New posts and comments
Total activity
30
Last activity
January 12, 2016 19:03
Member since
December 07, 2015 11:51
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
11
Activity overview
Posts (2)
Comments (16)
Sort by recent activity
Recent activity
Votes
Created
January 10, 2016 11:14
If the FOR statement is for the block included by {} then after the FOR statement you do not need a semicolon there,and also line 23 ,in the FOR statement,the format is as below:for( ; ; ){}2 se...
Community
CLion
Why Can't Compiler Resolve Variables ?
0 votes
Created
January 10, 2016 11:04
Root and type as below in Terminal:apt-get install gccapt-get install g++and open CLion again.
Community
CLion
C and C++ compilers not found
2 votes
Created
December 23, 2015 04:37
in the picture you attached,there is a semicolon after the first if() (line 13),try to remove the semicolon
Community
CLion
C Compiling Error
0 votes
Created
December 23, 2015 04:33
I'm sorry for mistaking the warning for an error.I copied your code and try,It got no wrong and ran well.
Community
CLion
C Compiling Error
0 votes
Created
December 22, 2015 13:29
try this way:if(...){ ... ;}else if(...){ ... ;}else{ ... ;}I think you forgot a semicolon after every statement.
Community
CLion
How to insert an else-if statement or comment in if-else-if statements with correct indentation?
0 votes
Created
December 22, 2015 13:25
you don't need a semicolon after IF STATEMENTremove the semicolon and try again
Community
CLion
C Compiling Error
0 votes
Created
December 13, 2015 11:57
Ctrl+Alt+S(Settings)-->Build,Execution,Deployment-->Toolchains-->CMake executable-->Use specified
Community
CLion
fatal error: 'omp.h' file not found
0 votes
Created
December 13, 2015 06:37
of course CLion supports C++11 new features,but pay attention,that is C++ 11.C++,see?so the compiler does support the new features but if you create a new file of c type(*.c,not *.cpp),the type of ...
Community
CLion
Clion reports _Static_assert as error (cant resolve symbol) in C files (but works in cpp files)
0 votes
Created
December 12, 2015 18:26
_static_assert is a symbol in C++11 new features,so it can only work in cpp(the compiler must support c++11 standard),but does not work in pure c files.
Community
CLion
Clion reports _Static_assert as error (cant resolve symbol) in C files (but works in cpp files)
0 votes
Created
December 10, 2015 17:02
I meant the desktop icon.I just deleted the .CLion12 file and restarted clion.sh.The problem has been solved.Thank you for your help!
Community
CLion
about the new version
0 votes
1
2
›
»