Zum Inhalt springen

Problem mit Visual c++


remus88one

Empfohlene Beiträge

also ich habe seit kurzen mit Visual c++ probleme es zeigt irgendwie immer eine fehlermeldung an die , wie ich denke durch das programm iniziert wird.

hier ist mal ein log:

1>------ Erstellen gestartet: Projekt: Remusone1, Konfiguration: Debug Win32 ------

1>Compiling...

1>main.cpp

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(12) : error C2143: syntax error : missing ';' before '&&'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(12) : warning C4390: ';' : empty controlled statement found; is this the intent?

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(13) : error C2143: syntax error : missing ';' before '{'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(16) : warning C4551: function call missing argument list

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,unsigned char)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(930) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,unsigned char)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(930) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,unsigned char)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(930) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,unsigned char)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(930) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const unsigned char *)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(923) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const unsigned char *)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(923) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const unsigned char *)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(923) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const unsigned char *)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(923) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,signed char)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(916) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,signed char)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(916) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,signed char)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(916) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,signed char)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(916) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const signed char *)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(909) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const signed char *)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(909) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const signed char *)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(909) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const signed char *)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(909) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,_Elem)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(871) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,_Elem)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(871) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,_Elem)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(871) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,_Elem)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(871) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const _Elem *)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(825) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const _Elem *)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(825) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const _Elem *)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(825) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const _Elem *)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(825) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,char)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(785) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,char)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(785) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,char)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(785) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,char)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(785) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const char *)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(738) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const char *)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(738) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const char *)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(738) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<char,_Traits> &std::operator <<(std::basic_ostream<char,_Traits> &,const char *)' : could not deduce template argument for 'std::basic_ostream<char,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(738) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,char)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(700) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,char)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(700) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,char)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(700) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,char)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(700) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const char *)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(653) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const char *)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(653) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const char *)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(653) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2784: 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const char *)' : could not deduce template argument for 'std::basic_ostream<_Elem,_Traits> &' from 'std::istream'

1>        c:\program files\microsoft visual studio 9.0\vc\include\ostream(653) : see declaration of 'std::operator <<'

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(17) : error C2676: binary '<<' : 'std::istream' does not define this operator or a conversion to a type acceptable to the predefined operator

1>c:\users\remus\documents\visual studio 2008\projects\remusone1\remusone1\main.cpp(22) : error C2181: illegal else without matching if

1>Build log was saved at "file://c:\Users\Remus\Documents\Visual Studio 2008\Projects\Remusone1\Remusone1\Debug\BuildLog.htm"

1>Remusone1 - 44 error(s), 2 warning(s)

========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========

Link zu diesem Kommentar
Auf anderen Seiten teilen

ich kann ja mal das programm posten bei welchem die meldung kam:

#include <iostream>


using namespace std;


int main ()

{

	char telefonbuch[2][5];

	int a = 0,b = 0;


	cout << "Geben sie zuerst den Namen und danach die Telefonnummer ein!" << endl;


	if (a <= 2) && (b <= 5)

	{

		cin >> telefonbuch[a][b];

		b++;

		cin << telefonbuch[a][b];

		a++;

		cout << "Nun zum nächsten Eintrag." << endl;


	}

	else

	{

	}

		system("pause");


		return 0;

}

Link zu diesem Kommentar
Auf anderen Seiten teilen

if (a <= 2) && (b <= 5)

Wenn die runde Klammer nach der if-Anweisung wieder geschlossen wird, muss eine Anweisung folgen. Alles andere ist ein Syntaxfehler. Wenn du da mehrere Ausdrücke verknüpfen willst, musst du den Gesamtausdruck wieder klammern.

cin << telefonbuch[a];
Schau dir nochmal die Richtung der Pfeile bei Eingabeströmen an.
Link zu diesem Kommentar
Auf anderen Seiten teilen

ich entschuldige mich gleich im vorraus, aber bei dem programm gibt es nun noch ein problem, unzwar wenn ich es ausführe mit den genannten änderung, dann komme ich immer nur bis zum ersten eintrag also den namen, wenn ich danach enter drücke um es zu bestätigen dann zeigt der mir gleich an "nun zum nächsten un so , sprich er überspring den zweiten cin befehl und geht raus aus der schleife, nun habe ich zwischen den beiden cin noch ein cout befehl gesetzt aber der ändert auch nichts dran,

hatte solche probleme schon bei anderen programmen un habe gedacht es würde net gehen weil telefonbuch als char initalisiert wurde, aber hat ja damit nichts zutun , oder speichert es nur einzelne werte ?

Link zu diesem Kommentar
Auf anderen Seiten teilen

hatte solche probleme schon bei anderen programmen un habe gedacht es würde net gehen weil telefonbuch als char initalisiert wurde, aber hat ja damit nichts zutun , oder speichert es nur einzelne werte ?

Naja, telefonbuch[a] ist ein char, und ein char kann genau ein Zeichen speichern. Für Zeichenketten benutzt man std::string.

Link zu diesem Kommentar
Auf anderen Seiten teilen

Dein Kommentar

Du kannst jetzt schreiben und Dich später registrieren. Wenn Du ein Konto hast, melde Dich jetzt an, um unter Deinem Benutzernamen zu schreiben.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung wiederherstellen

  Nur 75 Emojis sind erlaubt.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

Fachinformatiker.de, 2024 by SE Internet Services

fidelogo_small.png

Schicke uns eine Nachricht!

Fachinformatiker.de ist die größte IT-Community
rund um Ausbildung, Job, Weiterbildung für IT-Fachkräfte.

Fachinformatiker.de App

Download on the App Store
Get it on Google Play

Kontakt

Hier werben?
Oder sende eine E-Mail an

Social media u. feeds

Jobboard für Fachinformatiker und IT-Fachkräfte

×
×
  • Neu erstellen...