Pascal
2 IDE : Lazarus et Delphi FMX
- Lazarus pour le Desktop Windows, Linux et Mac OS
- FMX pour le Mobile
2 IDE : Lazarus et Delphi FMX
Exemples
begin
t := 12;
end;
p { color: red }
<?php
session_start();
if ( ! isset($_SESSION['bFirst']))
{ $_SESSION["bFirst"] = False;}
?>
#include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}