Skip to main content



      Home
Home » General (non-technical) » Polish users » string could not be resolvd (Problem z biblioreka string)
string could not be resolvd [message #1058121] Sat, 11 May 2013 18:14 Go to next message
Eclipse UserFriend
Witam mam dziwny problem z eclipse. NIe mogę używać typu string ponieważ wyskakuje mi błąd taki jak w temacie. Jak to naprawić??

#ifndef DANEUZYTKOWNIKA_H_
#define DANEUZYTKOWNIKA_H_

#include <iostream>
#include <string>
using namespace std;

class DaneUzytkownika
{
public:
	int id;
	string nazwisko;//error: string could not be resolved
	string imie;
	string login;
};



#endif /* DANEUZYTKOWNIKA_H_ */
Re: string could not be resolvd [message #1058192 is a reply to message #1058121] Mon, 13 May 2013 03:41 Go to previous message
Eclipse UserFriend
Witam,

Sprawdzales moze na Stackoverflow? Znalazlem tam opis analogicznego problemu, wiec moze Tobie to w czyms pomoze Smile

http : //stackoverflow.com/questions/7905025/string-could-not-resolved-error-in-eclipse-for-c

Pozdrawiam!
Previous Topic:Problem z niejednoznacznością metod
Next Topic:Ograniczenie wyników w Database Development.
Goto Forum:
  


Current Time: Mon Jul 07 06:38:55 EDT 2025

Powered by FUDForum. Page generated in 0.07525 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top