Please read the new rule regarding the restriction on the use of AI tools. ×
Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

fahadkabir123's blog

By fahadkabir123, history, 20 months ago, In English

Using MACOS Ventura and Sublime text 3. Also upgrade to recent command line tools 14.2

Sublime test Build system currently I'm using-

{ "shell_cmd": "g++ -std=c++20 "$$${file}" -o "$$${file_path}/${file_base_name}" &&\ "$$${file_path}/$$${file_base_name}"", "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", "working_dir": "${file_path}", "selector": "source.c, source.c++", "variants": [

{
     "name": "Run",
     "shell_cmd": "g++ -std=c++20 \"$$${file}\" -o \"$$${file_path}/${file_base_name}\" && 
      \"$$${file_path}/$$${file_base_name}\""
   }
 ]
}

facing the issue - fatal error: 'bits/stdc++.h' file not found.

Anyone please help me out. Thank you.

  • Vote: I like it
  • -8
  • Vote: I do not like it

| Write comment?