cpp librarys
Hello. I'm new to cpp and IntelliJ (Ubuntu). I was looking on how to add external librarys to IDE so it would allow me to use autocomplete and not mark my functions as invalid.
I'm using
#include <stdio.h>
#include <iostream>
#include <iomanip>
#include <GL/glew.h>
#include <GL/glut.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glext.h>
And they all show up as "not found"
请先登录再写评论。
The C++ plugin for IntelliJ IDEA is a third-party plugin and not supported by JetBrains. Please contact the plugin authors directly.