Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: Segmentation fault in C

  1. #21
    i'll have to agree with that, the only other option is going to another forum if posts about code aren't appreciated or read, so let's hope it doesn't come this far, i really like this forum

    b.t.w., i've just registered an account to this forum, but i haven't posted anything there yet, but perhaps i will soon, we'll see...

  2. #22
    Custom User
    Join Date
    Oct 2001
    Posts
    503
    That's a bit like one of the letters to the editor in the uk "Private Eye" satire magazine. A kind of threat to hand in your subscription. :P if it doesn't make sense, ignore it.

    ac

  3. #23
    hahahha, that's not what i meant, but isn't it best to stick to one forum where you can go with all your problems, instead of needing 2 or 3? and for me that forum would surely be AO.

  4. #24
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    Originally posted here by whizkid2300
    Agh... You got to love perl. To write a portscanner in perl. Get yourself a module, and little code and your done.

    (Kind of one of the reasons that I stopped using C so much. It took friggin forever to do anything, when I could write the same thing in perl, with much less time.)

    I will say, though. I am going to have to go back and relearn C. I have to use it in school, and that will be interesting, trying to use a language that you have forgot.
    Actually I sometimes use Perl as the pseudocode for my C program. Perl has a very forgiving syntax and you can use a C-style syntax in Perl. If you stick to the 'basic' modules in Perl you can build and test the functionality of your program. It's usually easy to convert your Perl script to C, just add all the things Perl does automagicly (declaring variables, memory etc.).
    Oliver's Law:
    Experience is something you don't get until just after you need it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •