How to check your codes online [ Online Compiler ] Kā pārbaudīt savu kodu online [Online Compiler]
Codepad Codepad , is an online service which allows you to check the codes written by you, without installing any compiler. , Ir tiešsaistes pakalpojums, kas ļauj jums pārbaudīt kodus rakstiska ar Jums, bez instalēšanas jebkurā kompilatoru.
You just need to paste your code as shown below, choose the programming language via the radio button, and soon you will come across the output, or the errors in the code. Jums vienkārši nepieciešams, lai ielīmējiet kodu, kā norādīts turpmāk, izvēlēties programmēšanas valodā, izmantojot radio pogu, un drīz jums būs pāri izlaidi, vai kļūdas kodu.
The service is quite simple to use, can be a very useful tool at times when you want to run the code on a machine which doesn't have the required compiler. Pakalpojums ir ļoti viegli lietojamas, var būt ļoti noderīgs līdzeklis, tajā laikā, kad vēlaties palaist kodu iekārta, kas nav nepieciešama kompilatoru.
Codes written in following languages can be tested, just with a mouse click. Codes rakstīti šādās valodās var pārbaudīt tikai ar peles klikšķi.
- C C
- C++ C + +
- D D
- Haskell Haskell
- OCaml OCaml
- Perl Perl
- Python Python
- Ruby Ruby
- Scheme Scheme
- Tcl. TCL.
You can also have a look to the codes people are trying on Codepad, with the help of link on top-right position of the page. Iespējams, ir arī raudzīties kodi cilvēki mēģina par Codepad, izmantojot saiti top labējās nostāju lapu.
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |

Posted on 14th April 2008 by Posted par 14 aprīlis 2008 by Manav Mishra Manav Mishra , here to write articles about things which are somehow related to computers, internet (and at times, may be, to blogging as well). , Šeit rakstīt rakstus par lietām, kas ir kaut kas saistīts ar datoriem, internetā (un pie reizes, var būt, lai blogošana kā arī). He wants to make an Identity for himself, he loves, testing new softwares and services which can really help to improve the productivity of individual. All posts by Viņš vēlas, lai varētu veikt Identity par sevi, viņš mīl, testēšana jauna programmatūra un pakalpojumi, kas var patiešām palīdzēs uzlabot produktivitāti individuāliem. Visi amatu ar Manav Mishra Manav Mishra | Connect with me @ | Savienoties ar mani @ Twitter Čivināt | | Stumble Paklupt | Need more help? | Vajadzīga palīdzība? Ask your Questions at our Jautājiet pēc mūsu Support Center Support Center

























#include # ietvert
int main() int galvenais ()
{ (
printf(”my name is sarfaraz”); printf ( "mans vārds ir sarfaraz");
return(0); atpakaļ (0);
} )
its nice for every to whom who want to work online without installing any program thanks for providing such neccesity function for all users tā jauka katram, uz kuru, kas vēlas strādāt tiešsaistē bez instalēšanas jebkura programma, pateicoties lai nodrošinātu šādu neccesity funkcija visiem lietotājiem
#include # ietvert
main() Galvenais ()
{ (
pintf(”test”); pintf ( "test");
} )
// my first program in C++ / / Mans pirmais program in C + +
#include # ietvert
using namespace std; izmantojot namespace STD;
int main () int galvenais ()
{ (
cout << “Hello World!”; tiesa << "Hello World!";
return 0; atpakaļ 0;
} )
Can anyone tell me that how to include header file in delphi Vai kāds man pateikt, ka to, kā iekļaut header failu Delphi
eg piemēram,
#define tab 0×02 # define tab 0 × 02
i want to represent it in delphi programming Es gribu, kas to pārstāv Delphi programmēšana
hi čau
but how can i take inputs for the program from the user in codpad.org? bet tas, kā es varu veikt izejvielu programmu no lietotāja codpad.org?
@ Anuj, I don't think user input is supported, as, after your comment I tried a code in C, but it didn't support user input, moreover Codepad is just to check your codes, don't consider it as a replacement of any compiler. @ Anuj, es nedomāju, lietotāja ievade ir atbalstīt, jo, pēc Jūsu komentārs I izmēģināja kods C, bet to neatbalstīja lietotāja ievadi, turklāt Codepad ir tikai, lai pārbaudītu jūsu kodiem, neuzskatu to par nomainīt katru kompilatoru.
#include # ietvert
void main(){ anulēts galvenais () (
int x = 2147483647; int x = 2147483647;
if(x=5) if (x = 5)
cout<<”x is “<<x<<”.”<<endl; tiesa << "x ir" <<x <<"."<< endl;
if(x=-3) if (x =- 3)
cout<<”x is “<<x<<”.”<<endl; tiesa << "x ir" <<x <<"."<< endl;
if(x=0) if (x = 0)
cout<<”x is “<<x<<”.”<<endl; tiesa << "x ir" <<x <<"."<< endl;
if(true) if (true)
cout<<”This is true.”<<endl; tiesa << "Tas ir patiess." <<endl;
if(false) if ( "nepatiess")
cout<<”THis is false.”<<endl; tiesa << "Tas ir nepatiesa." <<endl;
if(4) ja (4)
cout<<”Huh?”<<endl; tiesa << "Huh?" <<endl;
if(97) ja (97)
cout<<”Again?”<<endl; tiesa << "Atkal?" <<endl;
if(-107) ja (-107)
cout<<”What now?”<<endl; tiesa << "Ko tagad?" <<endl;
if(-2) ja (-2)
cout<<”Cosa ba???”<<endl; tiesa << "Cosa ba ???"<< endl;
if(0) ja (0)
cout<<”Nah!”<<endl; tiesa << "Nah!" <<endl;
} )
hey is my code correct to print the first ten numbers of fibonacci series hey ir mans kods pareizi drukāt pirmo desmit numurus fibonacci sērija
#include # ietvert
#include # ietvert
void main() anulēts galvenais ()
{ (
int a,b,fib,i; int a, b, melot, i;
a=1; a = 1;
b=1; b = 1;
printf(”%d”,a); printf ( "% d", a);
printf(”%d”,b); printf ( "% d", b);
for(i=3;i<=10;i++) (i = 3, i <= 10; i + +)
{fib=a+b; (melot = a + b;
printf(”%d”,fib); printf ( "% d", nieki);
a=b+fib; a = b + melot;
printf(”%d”,a); printf ( "% d", a);
b=a+fib; b = a + melot;
printf(”%d”,b); printf ( "% d", b);
} )
getch(); getch ();
} )
#include # ietvert
int main() //Main Function int Main () / / Main Function
{ (
int i=0; int i = 0;
for(;i<26;i++) par (; i <26; i + +)
{ (
printf(” %c “,i+'a'); //Loop For Printing az printf ( "% c", i + "a"); / / Cikls iespiešanai az
} )
return 0; atpakaļ 0;
} )
#include # ietvert
#include # ietvert
#include # ietvert
#include # ietvert
#include # ietvert
int main() int galvenais ()
{ (
double va,vl[6],vu[6],ra,rl[6],ru[6],rta,rtl[6],rtu[6]; dubultā va, VL [6], ņemot [6], ra, rl [6], ru [6], RTA, RTL [6], RTU [6];
double mv[6],mr[6],mrt[6],Gl[6],Gu[6],G2l[6],G2u[6],G3l[6],G3u[6]; dubultu mv [6], mr [6], MRT [6] Gl [6], Gu [6], G2l [6], G2u [6], G3l [6], G3u [6];
double xl,xu,u,v,z; dubultā xl, Xu, u, v, z;
double f[6],fl[6],fu[6],acc; dubultā f [6], fl [6], fu [6], ACC;
int i; int i;
Printf(”Enter the Accuracy “); Printf ( "Ievadiet precizitāti");
scanf(”%lf”,&acc); scanf ( "% LF", & ACC);
va = (5.0025-4.9975)/6.0; VA = (5.0025-4.9975) / 6,0;
for(i=0;i<6;i++) (i = 0; i <6; i + +)
{ (
vl[i]=4.9975+ va*i; VL [i] = 4,9975 + va * i;
vu[i]=4.995+i*va+va; vu [i] = 4,995 + i * va + va;
} )
printf(”The Vin box values are:”); printf ( "The Vin kārba vērtības ir:");
for(i=0;i<6;i++) (i = 0; i <6; i + +)
printf(”%f %f\t”,vl[i],vu[i]); printf ( "% f% f \ t", VL [i], VU [i]);
ra= (1100-900)/6; ra = (1100-900) / 6;
for (i=0;i<6;i++) (i = 0; i <6; i + +)
{ (
rl[i]=900+i*ra; rl [i] = 900 + i * ra;
ru[i]=900+i*ra+ra; ru [i] = 900 + i * ra + ra;
} )
for(i=0;i<6;i++) (i = 0; i <6; i + +)
printf(”R valuesin boxes%f %f\t”, rl[i],ru[i]); printf ( "R valuesin kastes% f% f \ t", rl [i], ru [i]);
rta= (1190.55-1179.45)/6.0; RTN = (1190.55-1179.45) / 6,0;
for(i=0;i<6;i++) (i = 0; i <6; i + +)
{ (
rtl[i]=1179.45+i*rta; RTL [i] = 1179,45 + i * RTN;
rtu[i]=1179.45+i*rta+rta; RTU [i] = 1179,45 + i * RTN + RTN;
} )
for(i=0;i<6;i++) (i = 0; i <6; i + +)
printf(”Rt values in boxes%f %f\t”,rtl[i],rtu[i]); printf ( "Rt vērtības kastes% f% f \ t", RTL [i], RTU [i]);
for(i=0;i<6;i++) (i = 0; i <6; i + +)
{ (
mv[i]=(vl[i]+vu[i])/2; mv [i] = (VL [i] + vu [i]) / 2;
mr[i]=(rl[i]+ru[i])/2; mr [i] = (rl [i] + ru [i]) / 2;
mrt[i]=(rtl[i]+rtu[i])/2; MRT [i] = (RTL [i] + RTU [i]) / 2;
} )
for(i=0;i 0) (i = 0; i 0)
u= gl[i]; u = gl [i];
else citādi
u=gu[i]; u = gu [i];
if(G2l>0) ja (G2l> 0)
v=g2l[i]; v = g2l [i];
else citādi
v=g2u[i]; v = g2u [i];
if(G3l>0) ja (G3l> 0)
z=g3l[i]; z = g3l [i];
else citādi
z=g3u[i]; z = g3u [i];
f[i]=u[ (1/(1+v) - (1/(1+z))); f [i] = u [(1 / (1 + v) - (1 / (1 + z)));
fl[i]= xl+f[i]; fl [i] = xl + f [i];
fu[i]=xu+f[i]; fu [i] = Xu + f [i];
if(fl[i]<acc) ja (fl [i] <ACC)
i++; i + +;
else citādi
{ (
print(”Limit values are %f %f”,&fl[i],&fu[i]); print ( "robežvērtības% f% f", & fl [i], & fu [i]);
exit(0); izslēgšanai (0);
} )
} )
} )
Leave your response! Atstājiet savu reakciju!
Search
Subscribe for Daily Updates
Free Feed Subscription
Monthly Archives
Topics
What others are Saying ?