Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

jhonaa

@jhonaa
About
Posts
9
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Using Paypal
    J jhonaa

    You can easily add Donation button in your site: First Login into your PayPal account and Click Tools, and then click PayPal buttons. Now select the WordPress Donate button and Enter the item name and price.

    Web Development question help

  • Wordpress Plugin
    J jhonaa

    WPML is one of the most popular WordPress multilingual plugin.

    Free Tools php question

  • Recommended Apps to learn java for student?
    J jhonaa

    Best android app to learn java is Reddit and Learn Java

    JavaScript java question

  • Where do people go to discuss PWA development?
    J jhonaa

    There is no separate forum to discuss PWA development

    Web Development question

  • OpenGL removing "objects" - how ?
    J jhonaa

    Here is the class ->

    class bullet
    {
    private:
    public:
    void update();
    bool check()
    {
    if(y>=box_len/2)
    {
    return true;
    }
    return false;
    }
    void draw();
    };
    vector bullets;

    Here is the update function ->

    void update(int value)
    {
    for( typeof(bullets.begin()) it= bullets.begin(); it!= bullets.end();it++)
    {
    if((*it)!=NULL)
    {
    if(*it)->check())
    {
    delete *it;
    bullets.erase(it);
    }
    }
    }
    glutTimerFunc(10, update, 0);
    }

    Graphics question graphics game-dev

  • Search engines
    J jhonaa

    The basics of using a search engine, as well as some techniques you can use to get better search results.

    Web Development question html

  • What are the usage of the req.route() in express ?
    J jhonaa

    app.use() — Routes an HTTP request, where METHOD is the HTTP method of the request, such as GET, PUT, POST, and so on, in lowercase.

    Web Development question

  • OpenGL removing "objects" - how ?
    J jhonaa

    Use bullets.erase(it);

    Graphics question graphics game-dev

  • String
    J jhonaa

    A string is a data type used in programming, such as an integer and floating point unit, but is used to represent text rather than numbers.

    JavaScript question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups