LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 12-26-2006, 07:30 AM   #1
adamsadie
LQ Newbie
 
Registered: Sep 2006
Posts: 4

Rep: Reputation: 0
I would like to start developing in hietml


please could someone out there help me to start up writing programs using Hietml. someone conviced me that it good.
 
Old 12-26-2006, 09:03 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Do you mean HTML (Hyper Text Markup Language). Have you googled for html programming?
HTML is a language used for creating for web pages.

http://www.cs.cf.ac.uk/Dave/PERL/node250.html

This does not appear to be security related.
 
Old 12-26-2006, 10:07 AM   #3
Capt_Caveman
Senior Member
 
Registered: Mar 2003
Distribution: Fedora
Posts: 3,658

Rep: Reputation: 69
Quote:
Originally Posted by michaelk
This does not appear to be security related.
Agreed. Moving this thread to the Programming forum.
 
Old 12-27-2006, 08:07 AM   #4
adamsadie
LQ Newbie
 
Registered: Sep 2006
Posts: 4

Original Poster
Rep: Reputation: 0
developing application in Hietml

Quote:
Originally Posted by adamsadie
please could someone out there help me to start up writing programs using Hietml. someone conviced me that it good.
I googled and i found some material on http://www.radpage.com/heitml2.0/. this has made me start with creattion of simple pages but i want to advance and create powerful database application. i want my database to be created in postgres and user interfaces(forms)in hietml but i can not move any further.
thanks you
 
Old 02-05-2007, 11:26 PM   #5
adamsadie
LQ Newbie
 
Registered: Sep 2006
Posts: 4

Original Poster
Rep: Reputation: 0
Please help me out(RUN TIME)

i have written a simple program whos computing time (Run time ) i can get using the turbo c by including the dos.h, unfortunately i can not do it on a linux plateform

// get run time of program below
#include<stdio.h>
#include<time.h>

int main()
{
int n,m, p, i=1 ;


printf("Enter the number you want to multiply");
scanf("%d", &m);
printf("Enter multiplication factor");
scanf("%d", &n);
// if anyone can help me get time1 at this point
p=0;
for (i=0;i<n;i++)
{
p=p+m;
}
//and time2 at this point
time3=time2-time1
printf("Answer is:- %d \t",p);
return 0;
}

i know this a small program and the computing time my be insignificant.
i need to know how we do it on this plateform

thanks
 
Old 02-06-2007, 05:08 AM   #6
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Not really related to your original question, but OK.

Code:
tstart=time(NULL);
// do something here
tstop=time(NULL);
Read man 2 time for info on the time function.

If seconds accuracy is not good enough, check the man page for gettimeofday.
 
Old 02-07-2007, 03:33 AM   #7
adamsadie
LQ Newbie
 
Registered: Sep 2006
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks Wim

Thanks Wim,
Am still a new user of LQ and i tried to figure out how i could post a new tread i failed that why i ended up putting it together with the old question.
Thanks alot i will try the solution right away.

How do i create a new question in LQ ???

adamsadie
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
where to start with developing suicideducky Linux - General 9 12-18-2006 04:36 PM
i want to start developing some stuff martial Linux - Software 3 02-09-2006 08:50 AM
Need help in developing a script ostech Linux - General 2 04-22-2004 09:24 AM
software developing tools markus1982 Programming 2 03-28-2003 05:08 PM
where to start developing software on linux subhasis_ray Linux - General 2 02-11-2002 08:46 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 07:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration