cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
genlib.h
genlib.h
Mar 10, 2012 at 2:23pm UTC
Jevgenijs Dublanskis
(2)
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.
Mar 10, 2012 at 3:10pm UTC
ne555
(10692)
http://www.cplusplus.com/forum/articles/31040/
Mar 11, 2012 at 6:28pm UTC
Jevgenijs Dublanskis
(2)
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
Mar 11, 2012 at 6:58pm UTC
ne555
(10692)
You are welcome.
Mar 11, 2012 at 8:12pm UTC
cire
(8284)
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.