genlib.h

Hello,

I just have started to program on linux ubuntu

I am using QT Creator

And code witch I am trying to use is:

#include "genlib.h"
#include <iostream>

int main()
{
for (int i = 0; i < 100; i++)
count << "Welcome!" << endl;
return 0;
}


I get this error:

/home/jevgenijs/code/hello-build-desktop/../hello/main.cpp:1: error: genlib.h: No such file or directory

I was trying to google genlib.h but did not found anything

Thanks for help.



WOW THANKS YOU VERY MUCH, YOU SAVED ME. GOD BLESS U. THANKS

I hope that you read this, so you can be pleased about your help
You are welcome.
Given your code, the first link that pops up when you google genlib.h seems appropriate to me. It does a perfect job of explaining how to get your code to compile without using genlib.h. Well, provided you correct your misspelling.
Topic archived. No new replies allowed.