Toggle navigation
Images.Elk.pl
TI wykład 19 12
#include
main()
{
int i=1;
std::cout<<"tekst"<<"nr "<
}
==============================
#include
using namespace std;
main()
{
int i=1;
float f=4/0.3;
cout<<"tekst"<<"nr "<
cin>>i;
cout.fill('*');//wypelnia puste miejsca podanym znakiem
cout.precision(2);
cout.width(10);
cout<
}
================================
#include
#include
using namespace std;
main()
{
ofstream f;
f.open("wynik");
f << 1 << "tekst";
f.close();
}
===============================
#include
#include
using namespace std;
main()
{
ifstream f;// i od input o od output
f.open("dane");
while (!f.eof())
f>>t[n++];
for(i=1; i<=n; i++)
cout<
f.close();
}
============
kompilator to g++
===========================================
php
do prog1.c
#include
main()
{
printf("Content-type: text/html\n\n");
printf("Grube
kocisko
);
do prog1.cgi
=======================
for ($i:$i<=10;$i++)
{
echo"
";
for ($j=1;j<=10;$j++)
echo "
".($i*$j)."
"
echo"
";
}
?>
Wyszukiwarka
Podobne podstrony:
KPC Wykład (19) 12 03 2013
TI wyklad 12 12
Wykład 2 10 3 12
TI Wykład 08
Wykład 19 Znieczulenie ogólne
Wyklad 1 CIAGI 12 wer stud
Wyklad ElementyProg 12 08
wyklad 19
Wykład 9 15 12 12
wykład 1 4 10 12
TI 99 03 12 GT T pl(1)
Wyklad4 biol 12 13 student
więcej podobnych podstron