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
A

askadar

@askadar
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Receive SMS by using Computer ?
    A askadar

    Look here www.derdack.com They've got everything from a COM object for SMS to an application server for mobile applications. Mobile banking could be easily accomplished with message master xsp. PS: I work for that company... :)

    The Lounge sysadmin help question

  • i wanna learn abt directx programming in vc++6
    A askadar

    www.gamedev.net www.flipcode.com www.google.com -Askadar

    C / C++ / MFC c++ graphics game-dev

  • Converting _int64 to string
    A askadar

    _int64 is a compiler specific data type. Therefor it is not supported by the STL which is by design compiler independant (at least it's supposed to). You can use the printf() family of functions, they support _int64 via the prefix I64 (but only on MSVC). So this should work: sprintf(my_char_buffer, "%I64i", my_int64_num); - askadar

    C / C++ / MFC help question c++

  • books on Windows device drivers
    A askadar

    Hi, what books on windows device drivers can you recommend for a newbie to the topic? Askadar

    System Admin 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