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...
ok a few more clues...
when using DataOutputStream out, out.write(...) throws an EOFexception. why is that?
i thought i simply writes to file and moves the EOF accordingly. this is very strange, a write func should move the EOF marker right?
also, after a few out.write's, when i do out.size()...
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) ")...
so ok, when does the line beginning with
IF (ANS2 .EQ.'N' .OR. ANS2 .EQ. 'n') GO TO 17
execute. i mean if
READ (11,FMAT3,END=20) (ITEM(J), J = 1,NI) is just a for loop that reads in values into item[j], then it will go to END of file(then line 20) and never reach IF (ANS2 .EQ.'N' .OR...
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...
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.