i have a simple script that take information parses it and saves it to a external document. but when i leave the page and then go back to it, i cant see the information i inputed it normaly takes a while WHY IS THAT? and also sometimes when i hit back and then forward it inputs it twice whys is that
Rosenk once again u prevail for me i wish i can give u 40 stars ;) i never though of using the grep command (ill have to refer to my Perl for Meathead's book) i came up with another code taht seem to work what you take any flaws?
=========================================================
@test =...
@somelist = ("1", "2", "3", "4");
foreach $list (@somelist)
if($list eq 4)
{open FIL, ">>1file.txt")
}
else {
(open FIL, ">>2file.txt")
}}
--------------------------
now heres the problem the program is gonna open both files 1file and...
win32 api. im not sure but normal I/O are displayed in the black ugly window with that plain old font. does win32 api use, like this very explore window with nice colors and stuff.
hey mqonnet i rewrote the program and everything and it builds the .exe perfectly except....
printf("What is you name?");
scanf("%s",&me);
printf("Darn Glad to meet you, $s!\n",me);
i enter my name (eric) but it doesn't say
"Darn Glad to meet you...
I wish i understood what ythe discrpency is over but i downloaded visual c++ standard edition and compiled and builded the exe and it works fine it was my compiler all along. but my new problem is (dont know if its compiler or what not)
#include <stdio.h>
void main()
{
char me[20]...
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.