hi, just wondering if someone one plz tell me what this does...
WRITE (11,FMAT3) (ITEM(I), I = NSTAR,NSTOP)
so i realize there is an int array ITEM[]
11 is file descriptor for file,
CHARACTER*127 FMAT3
but i am not sure what is being written to file? is it FMAT3 or ITEM[]?
how what is the...
hi, i am quite puzzled, the following trivial code prints 0 to file. any suggestions!
try {
BufferedWriter out = new BufferedWriter(new FileWriter(outputfile));
out.write("ITRS SYSTEM");
out.newLine();
out.write(" (ITRS) ")...
hi all,
i've been stuck on this for hours...
ok so consider the following code segment, there is code before and after it, but i DON'T understand the last line(20 NS = NS - 1) can ever execute. it seems to me that this code just is a while loop that keeps on repeating 8 NS = NS + 1 and never...
hi all,
are there any resources online that have complete or comprehensive descrriptions of how to build e-commerce sites using asp.net?
we also need to implement searching functionality through some db, are there comprehensive docs that will explain both in theory and in code how to do this...
hi all,
so the hosting company is using win server 2003 servers for an e-commerce site that we will launch eventually. the site will be done using asp.net with backend dbs.
here is my ?, do hosting companies take care of the security issues as far as firewalls, and all that stuff?
we are...
hi all,
so the hosting company is using iis6.0 servers for an e-commerce site that we will launch eventually. the site will be done using asp.net with backend dbs. i expect a majority of the work to be the coding aspect in asp.net but i want to know how much or what do i need to do as far as...
hi all,
so the hosting company is using win2003 servers for an e-commerce site that we will launch eventually. the site will be done using asp.net with backend dbs. i expect a majority of the work to be the coding aspect in asp.net but i want to know how much or what do i need to do as far as...
hi ppl,
i am used to using StringTokenizer in Java to help me parse for certain phrases and look for certain substrings within contents of file. I was wondering if there are built in classes in c that will allow me to do the same thing.
suppose I want to count the # of times a particular client...
hi ppl,
i am used to using StringTokenizer in Java to help me parse for certain phrases and look for certain substrings within contents of file. I was wondering if there are built in classes in c that will allow me to do the same thing.
if not in c, what about c++?
suppose I want to count the...
many universities, are deploying automatic artificial agents that can spot illegal software on users on their networks. any idea how this is done?
i mean how would you distinguish from the same serial # that may be used by 1000 ppl around the world. who's the real purchaser assuming they...
relatively simple ?,
just wondering how i can make a complete copy of my hardrive in win xp. iow, suppose something wrong occurs, i want to be able to recover from it.
this is a trivial ?, but i am new to microsoft products...
hi,
how can i check 2 c if a ie window is open in vb? iow, suppose i want to know if a user is browsing using ie?
also,suppose i want to execute a certain action every 3 to 4 hours, how can i do this? i don't even know what to google for and this is why i ask it here.
i am puzzled, if only 1 char has been written to file NEWT, how can i read read 127 chars, won't all the values be ' '
assume FMAT is character*127 which holds a fortran-type format like 40F1.0, and FMAT1 is char[127]
OPEN (11,FILE='NEWT',STATUS='NEW')
WRITE (11,'(A)') FMAT
CLOSE...
can someone plz recommend a good f77 ide & debugger?
i tried force,
-but doesn't allow multiple files, or if it does plz let me know how
-gave wierd errors, i have a feeling its not complete
Option Explicit On
Public Class Form1
Inherits System.Windows.Forms.Form
Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String,
ByVal lpParameters As String,
ByVal lpDirectory As String, ByVal...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.