Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Hinatachikao
Total activity
6
Last activity
February 03, 2023 13:31
Member since
February 03, 2023 13:20
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
February 03, 2023 13:31
Community
CLion
Multiple Main Source files in CLion
0 votes
Created
February 03, 2023 13:25
Hinata_template.c #include <stdio.h>#include <stdlib.h>int main(void) { puts("\nThe End..."); return EXIT_SUCCESS;}
Community
CLion
Multiple Main Source files in CLion
0 votes
Created
February 03, 2023 13:23
#1 /bin/bashcp Hinata_template.c main_$1.c
Community
CLion
Multiple Main Source files in CLion
0 votes
Created
February 03, 2023 13:22
#! /bin/bashrm -rf *.orm -rf *.outrm -rf result*.*cleargcc -std=c17 -O0 -g3 -pedantic -Wall -Wextra -Wconversion -Wcast-align -Wcast-qual -Wdisabled-optimization -Wlogical-op -Wmissing-declaration...
Community
CLion
Multiple Main Source files in CLion
0 votes
Created
February 03, 2023 13:20
Hi - make a cmake project as a usual - create a shell file (linux, mac) or a batch file (windows) to compile the source file and place them in root of current folder.. - open default source file (m...
Community
CLion
Multiple Main Source files in CLion
0 votes