Jump to content
xisto Community

faizy999

Members
  • Content Count

    4
  • Joined

  • Last visited

  1. Easy php is easy to use then the xampp because it has a more detialed and well described intro
  2. When talking about php editor i think u have to use dreamweaver MX because it's help u in designing and coding to.But i still finding a goood php debuger which tell errors in code because it's better to point error in IDE which easy to debug the code .If anyone of u know php debuger then tell me please Every Single program has mistakes.
  3. I am using the crimson editor its good and it has different coleor schemes for different langauges
  4. A C language is a middle level language first used to devolop the unix operating system. Why it is called middle level language because it has the power of low level and high level languages Wrinting a first program in c language is so easy. u first have to write its code then compile in a compiler which creates it executable file to run. What u need to write and compile a C language program. 1: A compiler for eg (Borland C++ Compiler v5) this compiler also compile with c compatibality. it also includes its built it editor on which u write your code. After getting this compiler or any other that suits u write the following code. #include <stdio.h>[br]#include <conio.h>[/br]void main (void)[br]{[/br] clrscr(); //Clears the screen[br] printf("Write Your Here"); //Prints the text in Quatations[/br] getch(); //waits for a key to press[br]}[/br]Description Of Program::>> Above Prgram Simply Prints the text written under the quatation marks now i explain what each line mean in the program first of all forget these statements right now #include <some_name> what clrscr do it clears your dos screen printf prints the text inside the quatation marks getch wait until the is presses When u write this u have to compile and link it so an executable file is made of your program when u run this program tell me what u experianced. Also need more Help Just ask Here In this Topic .
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.