User Profile

Collapse

Profile Sidebar

Collapse
miko
miko
Last Activity: Mar 7 '08, 03:21 PM
Joined: Apr 25 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • miko
    replied to Prime Numbers Code - Begginer
    in Perl
    No, i am just doing work that i am not asked for, i did get this code to work with C but i can't get it to work with perl....
    See more | Go to post

    Leave a comment:


  • miko
    replied to Prime Numbers Code - Begginer
    in Perl
    Problem, i am new to perl, debugging code for me isn't as easy as C or Java

    I use initialize because IDE gives wierd
    warning: Useless use of array slice in void context

    I have no idea what this means??!!

    Sry if my explaination ins't clear enough, and i am ready to answer any question, thx for all of ya for help :)
    See more | Go to post

    Leave a comment:


  • miko
    started a topic Prime Numbers Code - Begginer
    in Perl

    Prime Numbers Code - Begginer

    Hello,
    I am trying to get this code to print all prime numbers, this code was psudo code and i am trying to translate it into perl, but it seems that i have some technical difficulties as this is my first program on perl

    OS: Windows Xp / Intel x86
    Error: Wierd Numbers coming out!
    Comment: This is not my an H.W

    Code:
    #!/usr/bin/perl -w
    
    $n = 10;
    @$A[300] = "Initialize..";
    ...
    See more | Go to post

  • miko
    started a topic Vb6 Dailup connection problem

    Vb6 Dailup connection problem

    This code works with all types of internet connections,nor dail up i wonder why ?!!!

    Code:
    On Error Resume Next
    
    If Winsock1.State <> sckConnected Then
    'Gets length of chat URL
    
    meh = Len(txtsite.Text)
    bleh = Hex(Val(meh))
    
    If Len(bleh) = "3" Then
    bleh = "0" & bleh
    End If
    
    If Len(bleh) = "4" Then
    lft = Left(bleh,
    ...
    See more | Go to post
No activity results to display
Show More
Working...