Recent content by kingtazie

  1. K

    C/C++ C++ Programming Quiz | Challenge Your Skills with Our Thread-based Quiz

    ++ is shorthand of +=1 which C++ implements. List the different types of variables that can be called.
  2. K

    HTML/CSS How can I call a CGI script from HTML for my webpage counter?

    Hi everyone, Is it possible to call a CGI program from an HTML page and if so, how is it done? I'm in the process of designing a page and I am working on designing my own counter. Thanks!
Back
Top