Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 22:14 Go to next message
Tomek Piotrow is currently offline Tomek PiotrowFriend
Messages: 1
Registered: May 2013
Junior Member
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 07:41 Go to previous message
Mateusz Malinowski is currently offline Mateusz MalinowskiFriend
Messages: 36
Registered: March 2013
Location: Bristol
Member
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: Tue Mar 19 14:05:47 GMT 2024

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

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

Back to the top