Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: doctorit
  • Content: Threads
  • Order by date
  1. doctorit

    problem using classes OOP

    while i was testing php OOP features .... try this code: <? class class1{ function quote(){ echo("says:'"); } } class class2{ function say($name,$object,$string){ print($name.$object->quote().$string."'."); } } $obj1=new class1(); $obj2=new class2(); $obj2->say("descartes ",$obj1,"i think...
  2. doctorit

    How to make a &quot;BORLAND DELPHI&quot; !!

    i faced many basic questions about programming for exapmle how delphi makes a standalone program or why some programs can run under win paltform but not in linux so i ask this one that covers all of them : HOW TO MAKE AN IDE LIKE DELPHI AND A NEW PROGRAMMING LANGUAGE FOR WIN AND ANOTHER ONE FOR...

Part and Inventory Search

Back
Top