作用:头文件搜索路径配置。
{| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "debug swoole", | |
| "type": "cppdbg", | |
| "request": "launch", |
C++版本是-std=c++11
#include <iostream>
class Codinghuang
{
public:
Codinghuang()
{| package main | |
| import "fmt" | |
| func main() { | |
| // Directed Acyclic Graph | |
| vertices := map[int][]int{ | |
| 1: []int{4}, | |
| 2: []int{3}, | |
| 3: []int{4, 5}, |
| package main | |
| import ( | |
| "fmt" | |
| "reflect" | |
| ) | |
| var typeRegistry = make(map[string]reflect.Type) | |
| func registerType(typedNil interface{}) { |
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "log" | |
| "github.com/shogo82148/androidbinary/apk" | |
| ) |