Selbst Programmiert

10/23/2009 20:09 WiiZocker#1
Hallo,:)

Ich lerne gerade zu Programmieren und wollte eure Meinung zu meinen Fertigen Programmen Wissen.:D

Also wenn euch etwas nicht gefällt Schreibt es bitte hier rein damit ich es Verbessern kann.Ich habe ein Game-Berater und ein Deine Mutter witze Programm gemacht.:rolleyes:

ps.Ich bin noch neu in dem Forum und auch noch ein Anfänger in Programmieren:(
10/23/2009 20:24 djpromo#2
#moved to epvp coders


Und ich glaube es wäre besser wenn du den quellcode präsentierst , denn nur so kann jemand beurteilen wie dein Programmierstil ist und ob da Fehler sind
10/23/2009 21:27 unknown661#3
^this
Quote:
Originally Posted by djpromo View Post
#moved to epvp coders


Und ich glaube es wäre besser wenn du den quellcode präsentierst , denn nur so kann jemand beurteilen wie dein Programmierstil ist und ob da Fehler sind
10/24/2009 10:34 WiiZocker#4
Quote:
Originally Posted by unknown661 View Post
^this
Quote:
Originally Posted by djpromo View Post
#moved to epvp coders


Und ich glaube es wäre besser wenn du den quellcode präsentierst , denn nur so kann jemand beurteilen wie dein Programmierstil ist und ob da Fehler sind
Wie meinste den Quellcode präsentieren,das alles ist nur in ein DOS fenster also nicht sehr Schön.Ich hab ja schon geschrieben das ich nicht gut bin aber das ich Kenntnisse in c++
habe.

mfg Jan
10/24/2009 11:39 To4st#5
meint damit du sollst statt die exe dateien deinen quellcode posten,
1. damit die leute dir besser feedback geben können und z.b. vorschlagen können wie du einiges besser machen könntest oder ob alles super ist
2. ist es für die user auch sicherer um auszuschließen dass deine dateien infiziert sind
10/24/2009 12:31 WiiZocker#6
also das was ich programmiert habe?den text?
10/24/2009 12:56 MrSm!th#7
ja das was du in den compiler eingibst nennt man Quellcode
10/24/2009 14:26 WiiZocker#8
Der quellcode von ''Deine Mutter Witze''


#include <iostream>
#include <cstdlib>
#include <conio.h>
#include <string>
#include <cstdio>

//------------------------------------------------------------------------------

using namespace std;

//------------------------------------------------------------------------------

int main()
{
cout << "Hallo ich sage ihnen viele DEINE MUTTER WITZE" << endl;
cout << "Moechtest du DEINE MUTTER WITZE SEHEN?Schreibe J oder N" << endl;


char AUSWAHL;


cin >> AUSWAHL;
switch (AUSWAHL)
{
case 'J':


cout << "Deine Mutter schupst Kinder vom Fahrad und riecht am Sattel" << endl;
cout << "" << endl;
cout << "Deine Mutter Kackt vor ALDI weil an der tuer steht:Bitte Druecken" << endl;
cout << "" << endl;
cout << "Mc.Donalds hat angerufen,deine Mutter steckt schon wieder Besoffen in der " << endl;
cout << "Rutsche fest" << endl;
cout << "" << endl;
cout << "Deine Mutter Pruegelt sich mit den Enten im Park um das Brot" << endl;
cout << "" << endl;
cout << "Deine Mutter hat nur 2 Finger und sagt: Gib mir five" << endl;
cout << "" << endl;
cout << "Deine Mutter hat keine Beine und sagt: Let's Go!!!" << endl;
cout << "" << endl;
cout << "Deine Mutter findet Fritoesenfett ist ein erfrischungs Getraenk" << endl;
cout << "" << endl;
cout << "Die Blutgruppe deiner Mutter ist Nutella" << endl;
cout << "" << endl;
cout << "Deine Mutter ist Querschnitts Gelaehmt und wünscht sich Kruecken" << endl;
cout << "" << endl;
cout << "Deine Mutter geht ohne Geld nach Aldi und vergisst zu Klauen" << endl;
cout << "" << endl;
cout << "Deine Mutter ist wie ein Briefkasten,Jeder hatte schon seine Finger im Schlitz" << endl;
cout << "" << endl;
cout << "Deine Mutter ist wie ein Parkplatz,entweder Besetzt oder Behindert" << endl;
cout << "" << endl;
cout << "Deine Mutter ist wie ein Burger,Fett und Billig" << endl;
cout << "" << endl;
cout << "Deine Mutter sitzt auf dem Fehrnseher und guckt Couch" << endl;
cout << "" << endl;
cout << "Wenn deine Mutter am Fehrnseher vorbeilaeuft," << endl;
cout << "verpasst du alle Heer Der Ringe Teile" << endl;
cout << "" << endl;
cout << "Deine Mutter benutzt Schafe als Tampong" << endl;
cout << "" << endl;
cout << "Deine Mutter zieht LKW's bei DSF" << endl;
cout << "" << endl;
cout << "Wie Bekommt man deine Mutter ins Wohnzimmer,Tuer einfetten und Keks reinlegen" << endl;
cout << "" << endl;
cout << "Der Arsch deiner Mutter hat eine eigende Postleitzahl" << endl;
cout << "" << endl;
cout << "Deine Mutter macht Passfotos mit Google Earth" << endl;
cout << "" << endl;
cout << "Stellt sich deine Mutter auf ne Waage seh ich meine Handynummer" << endl;
cout << "" << endl;
cout << "Wenn deine Mutter Furzt Gibst eine Globale Erwaermung" << endl;
cout << "" << endl;
cout << "Deine Mutter wird als Schutzschild gegen Kometen benutzt" << endl;
cout << "" << endl;
cout << "Deine Mutter springt in die Luft und bleibt stecken" << endl;
cout << "" << endl;
cout << "Deine Mutter will Steine auf den Boden Werfen und Trifft nicht" << endl;
cout << "" << endl;
cout << "Deine Mutter ist Blind und sagt: wir sehen uns spaeter" << endl;
cout << "" << endl;
cout << "Deine Mutter ist Farbenblind und Faerbt sich ihre Haare" << endl;
cout << "" << endl;
cout << "Deine Mutter laeuft bei Mario-World nach Links" << endl;
cout << "" << endl;
cout << "Deine Mudda ist so fett,von dem was sie beim essen verkleckert,werden Großfamilien satt!" << endl;
cout << "werden Großfamilien satt" << endl;
cout << "" << endl;




break;
//------------------------------------------------------------------------------------------
case 'j':


cout << "Deine Mutter schupst Kinder vom Fahrad und riecht am Sattel" << endl;
cout << "" << endl;
cout << "Deine Mutter Kackt vor ALDI weil an der tuer steht:Bitte Druecken" << endl;
cout << "" << endl;
cout << "Mc.Donalds hat angerufen,deine Mutter steckt schon wieder Besoffen in der " << endl;
cout << "Rutsche fest" << endl;
cout << "" << endl;
cout << "Deine Mutter Pruegelt sich mit den Enten im Park um das Brot" << endl;
cout << "" << endl;
cout << "Deine Mutter hat nur 2 Finger und sagt: Gib mir five" << endl;
cout << "" << endl;
cout << "Deine Mutter hat keine Beine und sagt: Let's Go!!!" << endl;
cout << "" << endl;
cout << "Deine Mutter findet Fritoesenfett ist ein erfrischungs Getraenk" << endl;
cout << "" << endl;
cout << "Die Blutgruppe deiner Mutter ist Nutella" << endl;
cout << "" << endl;
cout << "Deine Mutter ist Querschnitts Gelaehmt und wünscht sich Kruecken" << endl;
cout << "" << endl;
cout << "Deine Mutter geht ohne Geld nach Aldi und vergisst zu Klauen" << endl;
cout << "" << endl;
cout << "Deine Mutter ist wie ein Briefkasten,Jeder hatte schon seine Finger im Schlitz" << endl;
cout << "" << endl;
cout << "Deine Mutter ist wie ein Parkplatz,entweder Besetzt oder Behindert" << endl;
cout << "" << endl;
cout << "Deine Mutter ist wie ein Burger,Fett und Billig" << endl;
cout << "" << endl;
cout << "Deine Mutter sitzt auf dem Fehrnseher und guckt Couch" << endl;
cout << "" << endl;
cout << "Wenn deine Mutter am Fehrnseher vorbeilaeuft," << endl;
cout << "verpasst du alle Heer Der Ringe Teile" << endl;
cout << "" << endl;
cout << "Deine Mutter benutzt Schafe als Tampong" << endl;
cout << "" << endl;
cout << "Deine Mutter zieht LKW's bei DSF" << endl;
cout << "" << endl;
cout << "Wie Bekommt man deine Mutter ins Wohnzimmer,Tuer einfetten und Keks reinlegen" << endl;
cout << "" << endl;
cout << "Der Arsch deiner Mutter hat eine eigende Postleitzahl" << endl;
cout << "" << endl;
cout << "Deine Mutter macht Passfotos mit Google Earth" << endl;
cout << "" << endl;
cout << "Stellt sich deine Mutter auf ne Waage seh ich meine Handynummer" << endl;
cout << "" << endl;
cout << "Wenn deine Mutter Furzt Gibst eine Globale Erwaermung" << endl;
cout << "" << endl;
cout << "Deine Mutter wird als Schutzschild gegen Kometen benutzt" << endl;
cout << "" << endl;
cout << "Deine Mutter springt in die Luft und bleibt stecken" << endl;
cout << "" << endl;
cout << "Deine Mutter will Steine auf den Boden Werfen und Trifft nicht" << endl;
cout << "" << endl;
cout << "Deine Mutter ist Blind und sagt: wir sehen uns spaeter" << endl;
cout << "" << endl;
cout << "Deine Mutter ist Farbenblind und Faerbt sich ihre Haare" << endl;
cout << "" << endl;
cout << "Deine Mutter laeuft bei Mario-World nach Links" << endl;
cout << "" << endl;
cout << "Deine Mudda ist so fett,von dem was sie beim essen verkleckert," << endl;
cout << "werden Großfamilien satt" << endl;
cout << "" << endl;
cout << "Wenn deine Mutter sich auf die Waage stellt steht da:" << endl;
cout << "Bitte einer nach den anderen Draufstellen" << endl;



break;
//-----------------------------------------------------------------------------------------
case 'N':

cout << "Druecke eine Beliebige Taste zum Beenden" << endl;

break;

//-----------------------------------------------------------------------------------------

case 'n':

cout << "Druecke eine Beliebige Taste zum Beenden" << endl;

break;

//-----------------------------------------------------------------------------------------
}














cout << "Programmiert von Jan" << endl;
cout << "Saetze von Maik0987 und von Jan " << endl;
cout << "" << endl;
cout << "Fertig Gestellt am:23.10.2009" << endl;
cout << "" << endl;


cout << "" << endl;











getch ();
return 0;
}
10/24/2009 14:28 WiiZocker#9
und der von dem ''Game-Berater''


#include <iostream>
#include <cstdlib>
#include <conio.h>
#include <string>
#include <cstdio>

//------------------------------------------------------------------------------

using namespace std;

//------------------------------------------------------------------------------

int main()

{





cout << " JJJJJJJJJJJJJJJJ" << endl;
cout << " JJJJJJJJJJJJJJJJ" << endl;
cout << " JJJJ" << endl;
cout << " JJJJ" << endl;
cout << " JJJJ" << endl;
cout << " JJJJ" << endl;
cout << " JJJJJJJJJ JJJJ" << endl;
cout << " JJJJJJJJJ JJJJ" << endl;
cout << " JJJJ JJJJ" << endl;
cout << " JJJJ JJJJ" << endl;
cout << " JJJJJJJJJJJJJJJJ" << endl;
cout << " " << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << " AA" << endl;
cout << " AAAA" << endl;
cout << " AA AA" << endl;
cout << " AA AA" << endl;
cout << " AAA AAA" << endl;
cout << " AAAAAAAAAAAAA" << endl;
cout << " AAAAAAAAAAAAAAA" << endl;
cout << " AAA AAA" << endl;
cout << " AAA AAA" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << " NNNN" << endl;
cout << " NNN NNN NNN" << endl;
cout << " NNN NNN NNN" << endl;
cout << " NNN NNN NNN" << endl;
cout << " NNN NNN NNN" << endl;
cout << " NNN NNN NNN" << endl;
cout << " NNN NNN NNN" << endl;
cout << " NNN NNN NNN" << endl;

cout << "" << endl;
cout << "" << endl;
cout << "" << endl;























cout << " Hallo welche genre willst du spielen?" << endl;
cout << " Oben nochmal mein Name^^ " << endl;


char GameSeiten, Spielnamen;

cout << "A = Action, B = Defense, C = (Ego)-Shooter, D = Strategie, E = Multiplayer, F = Meine lieblings games " << endl;
cin >> GameSeiten;
switch (GameSeiten)

{
case 'a':
cout << "Hier die liste der webseiten für Action-Games";
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "www.action-games.heavygames.com" << endl;
cout << "" << endl;
cout << "www.addictinggames.com/actiongames.html" << endl;
cout << "" << endl;
cout << "www.play.de/actiongames/index.php" << endl;
cout << "" << endl;
cout << "www.agame.com/games/action.html" << endl;
cout << "" << endl;
cout << "www.gamezhero.com/online-games/action-games.html" << endl;
cout << "" << endl;
cout << "www.actionflash.com/directory_action_p1.php" << endl;
cout << "" << endl;
cout << "www.java-gaming.com/c/Action/" << endl;
cout << "" << endl;
cout << "www.onlinespiele.org/rubrik/0/titel/1/Action.html" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "Hoffe du hast das gefunden was du suchst" << endl;
cout << "" << endl;
cout << "" << endl;
break;

case 'b':
cout << "Hier ist die Liste der Webseiten mit den Defense-Games" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "www.playtowerdefensegames.com/categories/2/defense-with-out-tower-games.html" << endl;
cout << "" << endl;
cout << "www.turretdefensegames.com/" << endl;
cout << "" << endl;
cout << "www.newgrounds.com/game/defensegames" << endl;
cout << "" << endl;
cout << "www.online-games-zone.com/pages/td.php" << endl;
cout << "" << endl;
cout << "www.gratisspiele-downloads.de/tower-defense-games/spielen.htm" << endl;
cout << "" << endl;
cout << "towerdefencegames.com/" << endl;
cout << "" << endl;
cout << "www.kongregate.com/strategy-defense-games" << endl;
cout << "" << endl;
cout << "www.towerdefensegames247.com/" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "Hoffe du hast das gefunden was du suchst" << endl;
break;

case 'c':
cout << "Hier ist die Liste der Webseiten für (Ego)-Shooter-Games" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "www.flashgames.de/index.php?genre=shooter&typ=onlinespiele&orderby=3 &sortby=1" << endl;
cout << "" << endl;
cout << "www.online-games-zone.com/pages/shooter.php" << endl;
cout << "" << endl;
cout << "www.gamenode.com/shooting-games/" << endl;
cout << "" << endl;
cout << "www.2dplay.com/shooting-games.htm" << endl;
cout << "" << endl;
cout << "www.onlinespiele.org/rubrik/0/titel/1/Shooter.html" << endl;
cout << "" << endl;
cout << "www.funny-games.biz/shooting-games.html" << endl;
cout << "" << endl;
cout << "www.fettspielen.de/de/spiele/themen/shooter-spiele" << endl;
cout << "" << endl;
cout << "www.dailyfreegames.com/games/shooting-games/" << endl;
cout << "" << endl;
cout << "www.shootinggames60.com/" << endl;
cout << "" << endl;
cout << "www.sniperaim.com/" << endl;
cout << "" << endl;
break;

case 'd':
cout << "Hier ist die Liste der Webseiten mit den Strategie-Games" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "www.flashgames.de/index.php?genre=strategiespiele&orderby=3&sortby=1 &typ=onlinespiele" << endl;
cout << "" << endl;
cout << "www.flashtrackz.com/de/categories/35/strategy.html" << endl;
cout << "" << endl;
cout << "www.online-games-zone.com/pages/strategy.php" << endl;
cout << "" << endl;
cout << "www.onlinegamesxxl.de/cat-67-p1-Strategie_Spiele.html" << endl;
cout << "" << endl;
cout << "www.addictinggames.com/strategygames.html" << endl;
cout << "" << endl;
cout << "www.blitzgamer.com/games/all/1/strategy.html" << endl;
cout << "" << endl;
cout << "www.shockwave.com/online/strategy-games.jsp" << endl;
cout << "" << endl;
cout << "www.2dplay.com/rpg-strategy-games.htm" << endl;
cout << "" << endl;
cout << "www.fupa.com/flash-games/Strategy.html" << endl;
cout << "" << endl;
cout << "www.candystand.com/play/strategy-games" << endl;
cout << "" << endl;
break;

case 'e':
cout << "Hier ist die Liste der Webseiten mit den Multiplayer-Games" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "www.spielaffe.de/Kategorie/2spieler/" << endl;
cout << "" << endl;
cout << "www.shegame.com/cat/182/2-Players/flash-games-1" << endl;
cout << "" << endl;
cout << "www.2-player-games.com/" << endl;
cout << "" << endl;
cout << "www.funny-games.biz/multiplayer-games.html" << endl;
cout << "" << endl;
cout << "www.twoplayergames.org/" << endl;
cout << "" << endl;
cout << "www.spielkarussell.de/spiele/mehr-spiele/multiplayerspiele_1.html" << endl;
cout << "" << endl;
cout << "www.dailygames.com/2-playersgames.html" << endl;
cout << "" << endl;
cout << "www.arcade40.com/categories/6/2-player-games.html" << endl;
cout << "" << endl;
cout << "www.playbuz.com/games/2_players/1.html" << endl;
cout << "" << endl;
cout << "www.onlinespiele-1.de/arcade_spiele/2_player_pacman/" << endl;
cout << "" << endl;
break;

case 'f':
cout << "Hier ist die Liste der Webseiten mit mein Lieblingsspielen" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "www.crazymonkeygames.com/Boxhead-2Play-Rooms.html" << endl;
cout << "" << endl;
cout << "www.bloons-tower-defense.de/" << endl;
cout << "" << endl;
cout << "www.novelconcepts.co.uk/FlashElementTD/" << endl;
cout << "" << endl;
cout << "www.creetor.com/arcade/view/64/2-player-Gold-miner.htm" << endl;
cout << "" << endl;
cout << "www.spielaffe.de/Spiele/Sport/Roter_fahrer" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
break;

case 'A':
cout << "Hier die liste der webseiten für Action-Games";
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "www.action-games.heavygames.com" << endl;
cout << "" << endl;
cout << "www.addictinggames.com/actiongames.html" << endl;
cout << "" << endl;
cout << "www.play.de/actiongames/index.php" << endl;
cout << "" << endl;
cout << "www.agame.com/games/action.html" << endl;
cout << "" << endl;
cout << "www.gamezhero.com/online-games/action-games.html" << endl;
cout << "" << endl;
cout << "www.actionflash.com/directory_action_p1.php" << endl;
cout << "" << endl;
cout << "www.java-gaming.com/c/Action/" << endl;
cout << "" << endl;
cout << "www.onlinespiele.org/rubrik/0/titel/1/Action.html" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "Hoffe du hast das gefunden was du suchst" << endl;
cout << "" << endl;
cout << "" << endl;
break;

case 'B':
cout << "Hier ist die Liste der Webseiten mit den Defense-Games" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "www.playtowerdefensegames.com/categories/2/defense-with-out-tower-games.html" << endl;
cout << "" << endl;
cout << "www.turretdefensegames.com/" << endl;
cout << "" << endl;
cout << "www.newgrounds.com/game/defensegames" << endl;
cout << "" << endl;
cout << "www.online-games-zone.com/pages/td.php" << endl;
cout << "" << endl;
cout << "www.gratisspiele-downloads.de/tower-defense-games/spielen.htm" << endl;
cout << "" << endl;
cout << "towerdefencegames.com/" << endl;
cout << "" << endl;
cout << "www.kongregate.com/strategy-defense-games" << endl;
cout << "" << endl;
cout << "www.towerdefensegames247.com/" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "Hoffe du hast das gefunden was du suchst" << endl;
break;

case 'C':
cout << "Hier ist die Liste der Webseiten für (Ego)-Shooter-Games" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "www.flashgames.de/index.php?genre=shooter&typ=onlinespiele&orderby=3 &sortby=1" << endl;
cout << "" << endl;
cout << "www.online-games-zone.com/pages/shooter.php" << endl;
cout << "" << endl;
cout << "www.gamenode.com/shooting-games/" << endl;
cout << "" << endl;
cout << "www.2dplay.com/shooting-games.htm" << endl;
cout << "" << endl;
cout << "www.onlinespiele.org/rubrik/0/titel/1/Shooter.html" << endl;
cout << "" << endl;
cout << "www.funny-games.biz/shooting-games.html" << endl;
cout << "" << endl;
cout << "www.fettspielen.de/de/spiele/themen/shooter-spiele" << endl;
cout << "" << endl;
cout << "www.dailyfreegames.com/games/shooting-games/" << endl;
cout << "" << endl;
cout << "www.shootinggames60.com/" << endl;
cout << "" << endl;
cout << "www.sniperaim.com/" << endl;
cout << "" << endl;
break;

case 'D':
cout << "Hier ist die Liste der Webseiten mit den Strategie-Games" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "www.flashgames.de/index.php?genre=strategiespiele&orderby=3&sortby=1 &typ=onlinespiele" << endl;
cout << "" << endl;
cout << "www.flashtrackz.com/de/categories/35/strategy.html" << endl;
cout << "" << endl;
cout << "www.online-games-zone.com/pages/strategy.php" << endl;
cout << "" << endl;
cout << "www.onlinegamesxxl.de/cat-67-p1-Strategie_Spiele.html" << endl;
cout << "" << endl;
cout << "www.addictinggames.com/strategygames.html" << endl;
cout << "" << endl;
cout << "www.blitzgamer.com/games/all/1/strategy.html" << endl;
cout << "" << endl;
cout << "www.shockwave.com/online/strategy-games.jsp" << endl;
cout << "" << endl;
cout << "www.2dplay.com/rpg-strategy-games.htm" << endl;
cout << "" << endl;
cout << "www.fupa.com/flash-games/Strategy.html" << endl;
cout << "" << endl;
cout << "www.candystand.com/play/strategy-games" << endl;
cout << "" << endl;
break;

case 'E':
cout << "Hier ist die Liste der Webseiten mit den Multiplayer-Games" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "www.spielaffe.de/Kategorie/2spieler/" << endl;
cout << "" << endl;
cout << "www.shegame.com/cat/182/2-Players/flash-games-1" << endl;
cout << "" << endl;
cout << "www.2-player-games.com/" << endl;
cout << "" << endl;
cout << "www.funny-games.biz/multiplayer-games.html" << endl;
cout << "" << endl;
cout << "www.twoplayergames.org/" << endl;
cout << "" << endl;
cout << "www.spielkarussell.de/spiele/mehr-spiele/multiplayerspiele_1.html" << endl;
cout << "" << endl;
cout << "www.dailygames.com/2-playersgames.html" << endl;
cout << "" << endl;
cout << "www.arcade40.com/categories/6/2-player-games.html" << endl;
cout << "" << endl;
cout << "www.playbuz.com/games/2_players/1.html" << endl;
cout << "" << endl;
cout << "www.onlinespiele-1.de/arcade_spiele/2_player_pacman/" << endl;
cout << "" << endl;
break;

case 'F':
cout << "Hier ist die Liste der Webseiten mit mein Lieblingsspielen" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "www.crazymonkeygames.com/Boxhead-2Play-Rooms.html" << endl;
cout << "" << endl;
cout << "www.bloons-tower-defense.de/" << endl;
cout << "" << endl;
cout << "www.novelconcepts.co.uk/FlashElementTD/" << endl;
cout << "" << endl;
cout << "www.creetor.com/arcade/view/64/2-player-Gold-miner.htm" << endl;
cout << "" << endl;
cout << "www.spielaffe.de/Spiele/Sport/Roter_fahrer" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
break;

}


cout << "Moechtest du nur Spielnamen haben? schreib J oder N" << endl;
cin >> Spielnamen;
switch (Spielnamen)

{
case 'j':

cout << " Ok hier ein paar Namen " << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "Bloons Tower Defense 1" << endl;
cout << "Bloons Tower Defense 2" << endl;
cout << "Bloons Tower Defense 3" << endl;
cout << "Boxhead" << endl;
cout << "Roter Fahrer" << endl;
cout << "Flash Element TD" << endl;
cout << "Flash Element TD 2" << endl;
cout << "Storm The House" << endl;
cout << "Storm The House 2" << endl;
cout << "Storm The House 3" << endl;
cout << "Desktop TD" << endl;
cout << "Big Money" << endl;
cout << "Mahjong" << endl;
cout << "The Hardest Game Of The World" << endl;
cout << "The Hardest Game Of The World 2" << endl;
cout << "The Hardest Game Of The World 3" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
break;

case 'J':

cout << " Ok hier ein paar Namen " << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "Bloons Tower Defense 1" << endl;
cout << "Bloons Tower Defense 2" << endl;
cout << "Bloons Tower Defense 3" << endl;
cout << "Boxhead" << endl;
cout << "Roter Fahrer" << endl;
cout << "Flash Element TD" << endl;
cout << "Flash Element TD 2" << endl;
cout << "Storm The House" << endl;
cout << "Storm The House 2" << endl;
cout << "Storm The House 3" << endl;
cout << "Desktop TD" << endl;
cout << "Big Money" << endl;
cout << "Mahjong" << endl;
cout << "The Hardest Game Of The World" << endl;
cout << "The Hardest Game Of The World 2" << endl;
cout << "The Hardest Game Of The World 3" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;

break;



case 'n':
cout << " Ok dann nicht " << endl;

cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
break;



case 'N':
cout << " Ok dann nicht " << endl;

cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
cout << "" << endl;
break;



}

cout << "Hier nochmal ein geiles Online Game,Nostale...es ist kostenlos," << endl;
cout << "Es gibt nur ein paar Items,Kostueme,usw. die man in einem shopfenster Kaufen kann" << endl;
cout << "Das ist aber keine Pflicht" << endl;

cout << "www.nostale.de" << endl;

cout << "Ok das wars wenn ein Link nicht geht nehm ein anderen ich kann nix dafuer^^,und vieleicht erweitere ich das Programm noch." << endl;

cout << "Dieses Programm wurde Geschrieben von Jan und fertiggestellt am: 24.09.2009" << endl;


getch();
return 0;

}
10/24/2009 15:09 Gianotti#10
schreib das mal im code tag ist ja nicht auszuhalten das zu lesen o.0
10/24/2009 15:37 ms​#11
Anstatt
Code:
switch (AUSWAHL)
{
	case 'J':
		[I]//...[/I]
		break;

	case 'j':
		[I]//...[/I]
		break;
}
schreibst du besser

Code:
switch (tolower(AUSWAHL))
{
	case 'j':
		[I]//...[/I]
		break;
}
Und bei cout << "" << endl; sind die Apostrophe überflüssig.
10/24/2009 16:50 MrSm!th#12
O.o bitte codetags da hat man echt keine lust zu lesen
am besten die php code tags
10/24/2009 18:06 WiiZocker#13
Wie in Code Tag schreiben?
10/24/2009 18:23 To4st#14
schreib es so hin
[ code ] dein quelltext [/ code ]

die leerzeichen innerhalb der klammern weglassen dann sieht das so aus

Code:
 dein quelltext
10/24/2009 20:21 WiiZocker#15
ok
Der von deine mutter witze

Code:
#include <iostream>
#include <cstdlib>
#include <conio.h>
#include <string>
#include <cstdio>

//------------------------------------------------------------------------------

using namespace std;

//------------------------------------------------------------------------------

int main()
{
cout << "Hallo ich sage ihnen viele DEINE MUTTER WITZE" << endl;
cout << "Moechtest du DEINE MUTTER WITZE SEHEN?Schreibe J oder N" << endl;


char AUSWAHL;


cin >> AUSWAHL;
switch (AUSWAHL)
{
case 'J':


cout << "Deine Mutter schupst Kinder vom Fahrad und riecht am Sattel" << endl;
cout << "" << endl;
cout << "Deine Mutter Kackt vor ALDI weil an der tuer steht:Bitte Druecken" << endl;
cout << "" << endl;
cout << "Mc.Donalds hat angerufen,deine Mutter steckt schon wieder Besoffen in der " << endl;
cout << "Rutsche fest" << endl;
cout << "" << endl;
cout << "Deine Mutter Pruegelt sich mit den Enten im Park um das Brot" << endl;
cout << "" << endl;
cout << "Deine Mutter hat nur 2 Finger und sagt: Gib mir five" << endl;
cout << "" << endl;
cout << "Deine Mutter hat keine Beine und sagt: Let's Go!!!" << endl;
cout << "" << endl;
cout << "Deine Mutter findet Fritoesenfett ist ein erfrischungs Getraenk" << endl;
cout << "" << endl;
cout << "Die Blutgruppe deiner Mutter ist Nutella" << endl;
cout << "" << endl;
cout << "Deine Mutter ist Querschnitts Gelaehmt und wünscht sich Kruecken" << endl;
cout << "" << endl;
cout << "Deine Mutter geht ohne Geld nach Aldi und vergisst zu Klauen" << endl;
cout << "" << endl;
cout << "Deine Mutter ist wie ein Briefkasten,Jeder hatte schon seine Finger im Schlitz" << endl;
cout << "" << endl;
cout << "Deine Mutter ist wie ein Parkplatz,entweder Besetzt oder Behindert" << endl;
cout << "" << endl;
cout << "Deine Mutter ist wie ein Burger,Fett und Billig" << endl;
cout << "" << endl;
cout << "Deine Mutter sitzt auf dem Fehrnseher und guckt Couch" << endl;
cout << "" << endl;
cout << "Wenn deine Mutter am Fehrnseher vorbeilaeuft," << endl;
cout << "verpasst du alle Heer Der Ringe Teile" << endl;
cout << "" << endl;
cout << "Deine Mutter benutzt Schafe als Tampong" << endl;
cout << "" << endl;
cout << "Deine Mutter zieht LKW's bei DSF" << endl;
cout << "" << endl;
cout << "Wie Bekommt man deine Mutter ins Wohnzimmer,Tuer einfetten und Keks reinlegen" << endl;
cout << "" << endl;
cout << "Der Arsch deiner Mutter hat eine eigende Postleitzahl" << endl;
cout << "" << endl;
cout << "Deine Mutter macht Passfotos mit Google Earth" << endl;
cout << "" << endl;
cout << "Stellt sich deine Mutter auf ne Waage seh ich meine Handynummer" << endl;
cout << "" << endl;
cout << "Wenn deine Mutter Furzt Gibst eine Globale Erwaermung" << endl;
cout << "" << endl;
cout << "Deine Mutter wird als Schutzschild gegen Kometen benutzt" << endl;
cout << "" << endl;
cout << "Deine Mutter springt in die Luft und bleibt stecken" << endl;
cout << "" << endl;
cout << "Deine Mutter will Steine auf den Boden Werfen und Trifft nicht" << endl;
cout << "" << endl;
cout << "Deine Mutter ist Blind und sagt: wir sehen uns spaeter" << endl;
cout << "" << endl;
cout << "Deine Mutter ist Farbenblind und Faerbt sich ihre Haare" << endl;
cout << "" << endl;
cout << "Deine Mutter laeuft bei Mario-World nach Links" << endl;
cout << "" << endl;
cout << "Deine Mudda ist so fett,von dem was sie beim essen verkleckert,werden Großfamilien satt!" << endl;
cout << "werden Großfamilien satt" << endl;
cout << "" << endl;




break;
//------------------------------------------------------------------------------------------
case 'j':


cout << "Deine Mutter schupst Kinder vom Fahrad und riecht am Sattel" << endl;
cout << "" << endl;
cout << "Deine Mutter Kackt vor ALDI weil an der tuer steht:Bitte Druecken" << endl;
cout << "" << endl;
cout << "Mc.Donalds hat angerufen,deine Mutter steckt schon wieder Besoffen in der " << endl;
cout << "Rutsche fest" << endl;
cout << "" << endl;
cout << "Deine Mutter Pruegelt sich mit den Enten im Park um das Brot" << endl;
cout << "" << endl;
cout << "Deine Mutter hat nur 2 Finger und sagt: Gib mir five" << endl;
cout << "" << endl;
cout << "Deine Mutter hat keine Beine und sagt: Let's Go!!!" << endl;
cout << "" << endl;
cout << "Deine Mutter findet Fritoesenfett ist ein erfrischungs Getraenk" << endl;
cout << "" << endl;
cout << "Die Blutgruppe deiner Mutter ist Nutella" << endl;
cout << "" << endl;
cout << "Deine Mutter ist Querschnitts Gelaehmt und wünscht sich Kruecken" << endl;
cout << "" << endl;
cout << "Deine Mutter geht ohne Geld nach Aldi und vergisst zu Klauen" << endl;
cout << "" << endl;
cout << "Deine Mutter ist wie ein Briefkasten,Jeder hatte schon seine Finger im Schlitz" << endl;
cout << "" << endl;
cout << "Deine Mutter ist wie ein Parkplatz,entweder Besetzt oder Behindert" << endl;
cout << "" << endl;
cout << "Deine Mutter ist wie ein Burger,Fett und Billig" << endl;
cout << "" << endl;
cout << "Deine Mutter sitzt auf dem Fehrnseher und guckt Couch" << endl;
cout << "" << endl;
cout << "Wenn deine Mutter am Fehrnseher vorbeilaeuft," << endl;
cout << "verpasst du alle Heer Der Ringe Teile" << endl;
cout << "" << endl;
cout << "Deine Mutter benutzt Schafe als Tampong" << endl;
cout << "" << endl;
cout << "Deine Mutter zieht LKW's bei DSF" << endl;
cout << "" << endl;
cout << "Wie Bekommt man deine Mutter ins Wohnzimmer,Tuer einfetten und Keks reinlegen" << endl;
cout << "" << endl;
cout << "Der Arsch deiner Mutter hat eine eigende Postleitzahl" << endl;
cout << "" << endl;
cout << "Deine Mutter macht Passfotos mit Google Earth" << endl;
cout << "" << endl;
cout << "Stellt sich deine Mutter auf ne Waage seh ich meine Handynummer" << endl;
cout << "" << endl;
cout << "Wenn deine Mutter Furzt Gibst eine Globale Erwaermung" << endl;
cout << "" << endl;
cout << "Deine Mutter wird als Schutzschild gegen Kometen benutzt" << endl;
cout << "" << endl;
cout << "Deine Mutter springt in die Luft und bleibt stecken" << endl;
cout << "" << endl;
cout << "Deine Mutter will Steine auf den Boden Werfen und Trifft nicht" << endl;
cout << "" << endl;
cout << "Deine Mutter ist Blind und sagt: wir sehen uns spaeter" << endl;
cout << "" << endl;
cout << "Deine Mutter ist Farbenblind und Faerbt sich ihre Haare" << endl;
cout << "" << endl;
cout << "Deine Mutter laeuft bei Mario-World nach Links" << endl;
cout << "" << endl;
cout << "Deine Mudda ist so fett,von dem was sie beim essen verkleckert," << endl;
cout << "werden Großfamilien satt" << endl;
cout << "" << endl;
cout << "Wenn deine Mutter sich auf die Waage stellt steht da:" << endl;
cout << "Bitte einer nach den anderen Draufstellen" << endl;



break;
//-----------------------------------------------------------------------------------------
case 'N':

cout << "Druecke eine Beliebige Taste zum Beenden" << endl;

break;

//-----------------------------------------------------------------------------------------

case 'n':

cout << "Druecke eine Beliebige Taste zum Beenden" << endl;

break;

//-----------------------------------------------------------------------------------------
}














cout << "Programmiert von Jan" << endl;
cout << "Saetze von Maik0987 und von Jan " << endl;
cout << "" << endl;
cout << "Fertig Gestellt am:23.10.2009" << endl;
cout << "" << endl;


cout << "" << endl;











getch ();
return 0;
}