Potrzebujesz pomocy z C, C++, perl, python, itp.
-
killanonimx
- Beginner
- Posty: 113
- Rejestracja: 11 września 2008, 15:48
Post
autor: killanonimx »
Podczas kompilacji wyskakuje mi błąd, że nie ma funkcji memset.
W Ubuntu kompilowało się bez problemu.
Moje nagłówki to:
Kod: Zaznacz cały
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <iostream>
#include <string>
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glut.h>
#include <math.h>
#include <pthread.h>
#include <time.h>
Czy może to być spowodowane awarią dysku (prąd wyłączyli i musiałem naprawiać), jeśli tak to w jakim pakiecie jest ta funkcja?
-
Rafal_F
- Moderator
- Posty: 2350
- Rejestracja: 29 sierpnia 2008, 16:45
Post
autor: Rafal_F »
Kod: Zaznacz cały
man memset
....Składnia #include<string.h>...
-
maly
- Beginner
- Posty: 289
- Rejestracja: 03 lipca 2007, 14:52
Post
autor: maly »
Kod: Zaznacz cały
#include <iostream>
using namespace std;
main()
{
(...)
}
A tak?! dalej ten sam problem występuje?!