Zum Inhalt springen

remus88one

Mitglieder
  • Gesamte Inhalte

    7
  • Benutzer seit

  • Letzter Besuch

  1. najut dann halt so , habs mal in einem tutorial gelesen welches ich jetzt natürlich durch vorführeffekt nicht finde xD schwein gehabt ..
  2. die if schleife meine ich O.o... aso un noch eine frage wie baut man den anderen typ ein also das mit dem string, könntet ihr mir da bitte ein kurzes beispiel posten ??
  3. 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 ?
  4. 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; }
  5. 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 ==========
  6. ja scheint wirklich ein toller xD autor zu sein ich selbst hab schon paar normale fehler entfernt wie ; vergessen un so ... nja kann man nichts machen, hast du bzw. ihr denn gute tutorials anzubieten ?
  7. erstma ein wunderschönes hello bin neu hier im forum un gleich mal ne frage, habe von einem tutorial mir ein programm kopiert, aber ich komme net dahinter wieso mein Visual C++ 2008 Express Edition das net ausführt.. es kommt immer ein fehler, also erstmal das programm un danach der fehlerlog. #include <iostream> using namespace std; int main() { struct meinestruktur //Hier wird der Name Ihres neuen Typs definiert. { //Natürlich wie immer die geschweiften Klammern. //Jetzt folgen die Variablen, Zeiger und Arrays, die Ihre Struktur enthalten soll. int strukturzahl; char strukturzeichen; bool strukturbool; float nochetwas; }; //Niemals das Semikolon vergessen!! //Deklarieren wir eine Varibale des neuen Typs: meinestruktur meinestrukturvariable; meinestruktur meinestrukturvariablezwei; //Wie füllt man den Wert? Gar nicht. Man füllt den Wert von //den einzelnen Struktur-Objekten. meinestrukturvariable.strukturzahl = 343; //Mit einem Punkt greift man zu. int einfachevariable = meinestrukturvariable.strukturzahl; //Man kann den Wert auch zuweisen! cout << einfachevariable << endl; meinestrukturvariablezwei->strukturzahl = 222; //Man kann auch mit -> zugreifen int einfachevariablezwei = meinestrukturvariablezwei->strukturzahl; cout << einfachevariablezwei << endl; cout << einfachevariable << endl; cout << meinestrukturvariable.strukturzeichen = 'a' << endl; while(1); } nun der fehler: 'Remusone1.exe': Loaded 'C:\Users\Remus\Documents\Visual Studio 2008\Projects\Remusone1\Debug\Remusone1.exe', Symbols loaded. 'Remusone1.exe': Loaded 'C:\Windows\System32\ntdll.dll' 'Remusone1.exe': Loaded 'C:\Windows\System32\kernel32.dll' 'Remusone1.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\msvcp90d.dll' 'Remusone1.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\msvcr90d.dll' 'Remusone1.exe': Loaded 'C:\Windows\System32\apphelp.dll' Der Thread 'Win32 Thread' (0x1654) hat mit Code 0 (0x0) geendet. Der Thread 'Win32 Thread' (0x61c) hat mit Code -1073741510 (0xc000013a) geendet. Das Programm "[5068] Remusone1.exe: Native" wurde mit Code -1073741510 (0xc000013a) beendet. Noch ein kleiner nachtrag, vlleicht kennt ja jemand von euch ein gutes online tutorial wo auch aufgaben eingebaut sind, wäre ganz nice, weil ohne aufgaben oder halt (prüfung) nja is das einfach XXXXXXX. schonma vielen dank für eure hilfe un bin gespannt wodran es liegt LG ReMuS

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...