greetings all. im doing music tech at uni and have a programming module and am understanding the basics well. my only problem is that when i try and do my coursework on my laptop (rather than the uni computers) i am always left with one red cross when i build and go. at the beginning of the page, no matter what im building, i see this
#include <iostream>
int main (int argc, char * const argv[]) {
and every time a red cross comes up by the include <iostream> part saying at the bottom, and i quote, "error: stdint.h: no such file or directory"
please could someone tell me asap what this means and possible routes to retify it.
many thanks
ps. this is using the c++ tool, under the command line utility section of the program
#include <iostream>
int main (int argc, char * const argv[]) {
and every time a red cross comes up by the include <iostream> part saying at the bottom, and i quote, "error: stdint.h: no such file or directory"
please could someone tell me asap what this means and possible routes to retify it.
many thanks
ps. this is using the c++ tool, under the command line utility section of the program