Page 1 of 4 123 ... LastLast
Results 1 to 10 of 36
  1. #1
    Because we are poor, shall we be vicious? vern's Avatar
    Join Date
    Feb 2003
    Gender
    Male
    Posts
    5,790

    Default Programming/Scripting Forum Guidelines


    These aren't rules ... but just general guidelines that people should follow.

    1. Programming/Scripting deals with code and the development of such code.
    2. If you have a unique programming/scripting problem, don't hesitate to create a new topic. You do not need to post all C++/PHP/Perl/Java/etc questions in one thread.
    3. Make use of the "code" BBcode. Text within will retain their original formatting. More information available here:

    https://www.istorya.net/forums/index.php?action=help

    Example (from one of the posts):

    Code:
    #include
    
    main()
    {
      int *a, *s, i;
    
      s = a = (int *) malloc( 4 * sizeof(int));
    
      for (i=0; i<4; i++) *(a+i) = i * 10;
    
      printf("%d\n", *s++);
      printf("%d\n", (*s)++);
      printf("%d\n", *s);
      printf("%d\n", *++s);
      printf("%d\n", ++*s);
    }
    More to come ...

  2. #2

    Default Re: Programming/Scripting Forum Guidelines

    I saw a thread that the titled has modified the title to 'Problem Solved, please close this thread'. How selfish. It should no be renamed so that it will be considered as knowledge base and other people can still read it.

    This is not just a help forum right? It's also sharing of knowledge. So can you do something about it?


  3. #3
    Because we are poor, shall we be vicious? vern's Avatar
    Join Date
    Feb 2003
    Gender
    Male
    Posts
    5,790

    Default Re: Programming/Scripting Forum Guidelines

    The topic starter chose to change the subject. That is his choice, not ours. The post is still there, if someone wants to post a follow-up, that is his prerogative. I don't see the point of your complaint or whatever you call it.

  4. #4

    Default Re: Programming/Scripting Forum Guidelines

    Quote Originally Posted by vern
    These aren't rules ... but just general guidelines that people should follow.

    1. Programming/Scripting deals with code and the development of such code.
    2. If you have a unique programming/scripting problem, don't hesitate to create a new topic. You do not need to post all C++/PHP/Perl/Java/etc questions in one thread.
    3. Make use of the "code" BBcode. Text within will retain their original formatting. More information available here:

    https://www.istorya.net/forums/index.php?action=help

    Example (from one of the posts):

    Code:
    #include
    
    main()
    {
     int *a, *s, i;
    
     s = a = (int *) malloc( 4 * sizeof(int));
    
     for (i=0; i<4; i++) *(a+i) = i * 10;
    
     printf("%d\n", *s++);
     printf("%d\n", (*s)++);
     printf("%d\n", *s);
     printf("%d\n", *++s);
     printf("%d\n", ++*s);
    }
    More to come ...
    Btaw.. I've noticed this formatting not being used by many.. they should make use of the BBcode for posting codes/scripts.

  5. #5
    genius code... nice logic.

  6. #6
    nosebleed ko ani!!!

  7. #7
    i want to learn programming...what program should i start with?

  8. #8
    VB 6 programer friendly i think.

  9. #9
    unsaon mana inyong pasabot na BBcode?

  10. #10
    bbcodes is a markup language use for message boards bro...simply put, if u want to post a post with codes inclose it on this tags

    ["CODE"]fasdfadfadfadfadfadfadfadf["/CODE"]...just take the parenthesis off

    sry just read this thread...ill use one next time i post

  11.    Advertisement

Page 1 of 4 123 ... LastLast

Similar Threads

 
  1. Forum Rules & Guidelines
    By vern in forum Philosophical/Theological Debate
    Replies: 3
    Last Post: 01-14-2010, 09:19 PM
  2. Forum Rules & Guidelines
    By vern in forum The Devout
    Replies: 7
    Last Post: 01-12-2010, 11:34 AM
  3. Forum Rules & Guidelines
    By vern in forum The Occult
    Replies: 0
    Last Post: 01-11-2010, 04:53 AM
  4. Debut Program Script
    By deity777 in forum Parties & Events
    Replies: 0
    Last Post: 03-27-2008, 06:31 PM
  5. Welcome to the new forums!
    By BeoR in forum News & Announcements
    Replies: 155
    Last Post: 02-05-2008, 11:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top