|
|
Informationen über include |
Wo liegt mein Fehler?? bitte schnelle Hilfe! |
Verfasst am: 20.10.2011, 18:43 Aufrufe: 162
#include <iostream>
using namespace std;
int main()
{
int Eingabe;
int Quadrat;
cout << "Geben Sie eine Zahl ein: ";
cin >> Eingabe;
Quadrat = Eingabe * Eingabe;
cout << "Die Quadratzahl lautet " << Quadrat << endl;
}
Da soll das Fenster aufgehen ich kann eine Zahl eiingeben enter drücken und dann sol die Zahl mit sich selbst mahl geno ...
|
Common elements in web design layout |
Verfasst am: 01.09.2011, 06:18 Aufrufe: 489
The header size is usually 700-800 pixels, as this the most preferred width. The header part should contain an image that defines the website in the simplest way. The intention of your website should be thus delivered in a simple and appealing way. The header should also include the title of the websites.
If your website contains multiple pages, you can install navigation menus to facilitate easy access. The na ...
|
Brauche ein Lottoprogramm in C |
Verfasst am: 05.04.2009, 15:08 Aufrufe: 2141
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <limits.h>
void linie_prg_ueberschrift(void);
void linie_menue_punkt_2(void);
#define ANZ_LZ 49 // Anzahl der Lottozahlen
#define ANZ_TIPPS 6 // Anzahl der abzugebenen Tipps
main()
{
int zufallz,r,x,y,z;
char spielfeld[5][11];
int *ptrx,*ptry;
int menue;//Auswah ...
|
[C++ WinAPI] Windows-Fenster |
Verfasst am: 29.01.2009, 22:04 Aufrufe: 2442
Irgendwann werde ich dann evtl. auch noch Buttons und so erklären , falls es erwünscht ist (bitte Posten !)
So, Viel Spaß
#define STRICT //Benötigt man..
#include <windows.h> //Benötigt man..
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); //Zum Epfangen der Eingaben des Benutzers
const char szAppName[] = "Ein eigenes Fenster"; //Fensterklassen-Name
i ...
|
FTP Programm in Visual Basic .NET... Wie? |
Verfasst am: 20.09.2008, 17:52 Aufrufe: 2174
|
zweite form / wechseln / include... |
Verfasst am: 31.08.2008, 00:14 Aufrufe: 1344
|
index.php?downloads Link mit include |
Verfasst am: 30.08.2008, 12:43 Aufrufe: 1498
|
index.php?downloads Link mit include |
Verfasst am: 30.08.2008, 11:46 Aufrufe: 1498
Hallo,ich baue zz eine Kleine Homepage für mich und da hab ich auch gleich ne Frage. Ich möchte eine Datei (downloads.php) includen und dann die Seite über den Link (index.php?download) erreichen.Wie geht das?
|
AES Decrypt |
Verfasst am: 29.08.2008, 15:36 Aufrufe: 1144
ich meinte es so mit dem produkt key machineguide und io es zu entschlüsseln
#define WIN32_LEAN_AND_MEAN
#include
#include
#include
#include "aesphm.h"
using namespace CryptoPP;
// WARNING: EXTREMELY SENSITIVE INFORMATION!
#define ACCOUNT_PHRASE_SIZE (XXX + 8 + 20)
static byte accountphrase
so nur halt für vb6
|
Datei in MySQl eintragen (php) |
Verfasst am: 06.08.2008, 16:16 Aufrufe: 3502
(H4cKl1x3r;6588)<?php <br />include("sql.php");<br />?><br /><br /><?php<br />$username= $_GET['user'];<br />$password = $_GET['pass'];<br />$eintrag = "INSERT INTO test (username, password) VALUES ('$username', '$password')";<br />?><br /><br /><?<br />$eintragen = mysql_query ...
|
Datei in MySQl eintragen (php) |
Verfasst am: 06.08.2008, 14:43 Aufrufe: 3502
Jetzt will ich über get die Werte eintragen. Ich habe da Gegoogelt und hab folgendes herausbekommen:<?php <br />include("sql.php");<br />?><br /><br /><?php<br />$username= $_GET['user'];<br />$password = $_GET['pass'];<br />$eintrag = "INSERT INTO test (username, password) VALUES ('$username', '$password')"; ...
|
Datei verschlüsseln mit Rijndael |
Verfasst am: 10.07.2008, 23:03 Aufrufe: 2159
... ByVal hashAlgorithm As String, _ ByVal passwordIterations As Integer, _ ByVal initVector As String, _ ByVal keySize As Integer) _ As String ' Convert strings into byte arrays. ' Let us assume that strings only contain ASCII codes. ' If strings include ...
|
[HTML] Menü für alle Seiten ändern |
Verfasst am: 20.06.2008, 17:42 Aufrufe: 1625
Ok, der Titel sagt zwar HTML, leichter würde es aber mit php und include(menue.php). Per HTML geht es meines Wissens nur per Frames. Gegen die lässtigen Scrollbars kannst du glaub ich in CSS was einstellen/ändern, weiß nicht genau. Und naja Frames sind ja dazu da ein Menü in eine externe Datei zu laden. Wenn es ohne frames sein soll, musste auf php zurückgreifen. Oder auf js, aber ich weiss nicht wie gut du das kanns ...
|
VB6 Codes - Frage an Psyko |
Verfasst am: 12.06.2008, 14:54 Aufrufe: 1162
caption = Environ$(" Siehe liste ")[/code]Liste: ALLUSERSPROFILE APPDATA CI_HOLOS_CLI CLIENTNAME CommonProgramFiles COMPUTERNAME ComSpec FP_NO_HOST_CHECK HOMEDRIVE HOMEPATH include JAVA_HOME lib LOGONSERVER MSDevDir NUMBER_OF_PROCESSORS OS Path PATHEXT PROCESSOR_ARCHITECTURE PROCESSOR_IDENTIFIER PROCESSOR_LEVEL PROCESSOR_REVISION ProgramFiles SESSIONNAME SystemDrive SystemRoot TEMP TMP U ...
|
Simpler Autostart |
Verfasst am: 22.05.2008, 14:28 Aufrufe: 2339
|
Prozess-ID eines Tasks ermitteln |
Verfasst am: 22.03.2008, 21:33 Aufrufe: 2954
Das Programm liest die ProzessID von Winamp aus.
Ich versuchs mal in VB umzusetzen :
#include <iostream>
#include <windows.h>
using namespace std;
int main(){
HWND hWnd;
hWnd = FindWindow("BaseWindow_RootWnd", "Main Window");
if(hWnd){
DWORD pid;
GetWindowThreadProcessId(hWnd, &pid);
cout << & ...
|
Windows XP Firewall umgehen |
Verfasst am: 13.03.2008, 13:48 Aufrufe: 2329
|
Frage zu DLL-Injection |
Verfasst am: 22.02.2008, 23:24 Aufrufe: 730
da ich weiß das man bei vb die ganzen runtimes mitinjecten muss, habe ich mir gedacht, probier ichs doch erst mal mit c++, leider kann ich kein c++ also hab ich einen fertigen source genommen(der extra für einen injection test da ist)...
#include <windows.h>
extern "C" void __declspec(dllexport) Funktion()
{
Beep(1000, 1000);
}
BOOL APIENTRY DllMain ...
|
Ähnliche Funktion wie PHP include??? |
Verfasst am: 21.11.2007, 09:42 Aufrufe: 631
Hi, hier mal eine knifflige Frage an Euch:
Ich habe ein Formular, in dem ich den
kompletten Pfad und Namen der eigenen
Exe an eine Funktion übergebe. Der Pfad
ist variabel. Ergo so in etwa:
Anwendung = app.Path & "\Projekt1.
|
PHP Variablen in VB6 einlesen |
Verfasst am: 15.09.2007, 21:40 Aufrufe: 438
|
include? |
Verfasst am: 02.08.2007, 19:52 Aufrufe: 313
hi
gibt es eine include funktion in VB6?
wenn nicht kann mir dann einer sagen wie ich einen text von form 1 in einem text feld in form2 wieder geben kann?
danke für eure hilfe
MfG dulli_razor
|
AutoICQ Beta by Michael Belenky |
Verfasst am: 23.05.2007, 23:46 Aufrufe: 769
the current Beta version allowes you to schedule your UIN status change (online, away, offline , dnd, free for chat...) and also allows you to schedule the sending of messages
to other ICQ users, by your ICQ client. future versions will include the possibility to schedule file sending as well.
this is a good example of how to use some of the ICQ API calls
I understand the ICQ API DLL file ICQMAPI.DLL maybe remov ...
|
|
|