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
S

Sharjith

@Sharjith
About
Posts
10
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • OS Mavericks
    S Sharjith

    You paid for it really? You should have got the original one from the iTunes Store, its FREE! ;P

    Regards:) N. Sharjith

    The Lounge c++ architecture

  • Teach yourself C++ in 21 days
    S Sharjith

    Teach Yourself C++ in 21 (not consecutive) Days :)

    Regards:) N. Sharjith

    The Lounge oop c++ com game-dev

  • How different is Obj-C from C++?
    S Sharjith

    Thanks for the clarification!

    Regards:) N. Sharjith

    The Insider News c++ swift com tools question

  • How different is Obj-C from C++?
    S Sharjith

    What is the chance of anyone having to move from C++ to Obj-C unless they are moving onto iOS specific development? Considering the fact that generic applications written in C++ can be ported to Mac.

    Regards:) N. Sharjith

    The Insider News c++ swift com tools question

  • Request Category for Scripting Languages
    S Sharjith

    Thanks, I didn't note the suggestion part of it -- just saw Bugs and thought it was not right to post it there. I have posted it there now. Hope it helps us all.

    Regards:) N. Sharjith

    IT & Infrastructure python perl ruby question

  • Request Category for Scripting Languages
    S Sharjith

    I would like to post some articles for TclTk. Can we have a category for Scripting Languages and have TclTk, Python, Ruby, Perl etc. under it?

    Regards:) N. Sharjith

    Site Bugs / Suggestions python perl ruby question

  • Request Category for Scripting Languages
    S Sharjith

    This is a post to the Codeproject Webmaster. I am sorry if this is not the right place but couldn't find a more suitable forum. I would like to post some articles for TclTk. Can we have a category for Scripting Languages and have TclTk, Python, Ruby, Perl etc. under it?

    Regards:) N. Sharjith

    IT & Infrastructure python perl ruby question

  • Free Nothing
    S Sharjith

    flag = NULL sets it to point to nothing. This makes the memory location lost. flag = (data_type*)malloc(sizeof(data_type)); This returns address of the memory allocated by malloc and assignes the address value to flag - something like flag = 0x2345cf. This is a valid address it is pointing to. When you say flag = NULL, flag points to nothing, then you cannot free flag because you cannot free something that does not exist. So first free(flag); then set flag = NULL; i.e. just change the sequence to- free(flag); flag = NULL; free(fval); fval = NULL; :)

    The Weird and The Wonderful

  • Posting Other Open Source Articles
    S Sharjith

    Hi, Can I post application tutorials made using open source toolkits like Qt or GTK+? I have posted two tutorials in the OpenGL section which is using MFC. But I have also ported the application to Qt and also made some applications using GTK+ originally on Linux. Both Qt and Gtk+ applications are ported on Win32 platform too. I hope it will be helpful to the community to know more about these toolkits which are good and stable options on win32 platform and moreover, FREE. Regards N. Sharjith :rose:

    Article Writing c++ graphics game-dev linux question

  • Posting Other Open Source Articles
    S Sharjith

    Hi, Can I post application tutorials made using open source toolkits like Qt or GTK+? I have posted two tutorials in the OpenGL section which is using MFC. But I have also ported the application to Qt and also made some applications using GTK+ originally on Linux. Both Qt and Gtk+ applications are ported on Win32 platform too. I hope it will be helpful to the community to know more about these toolkits which are good and stable options on win32 platform and moreover, FREE. Regards N. Sharjith :rose:

    IT & Infrastructure c++ graphics game-dev linux 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