DevPinoy.org
A Filipino Developers Community
All Tags » C++ (RSS)

>>> First two to make 3 wins! <<<

Browse Site by Tags

Showing related tags and posts across the entire site.
  • Re: C++ Project - Anyone?

    Use WTL for your windowing: http://wtl.sourceforge.net/ <-- This sounds extremely useful!;
    Posted to C/C++ by modchip on 10-03-2008
  • Junior and Senior Software Developers (C++) for our Offshore team (Canadian Telco)

    As a top IT outsourcing company in the Philippines, we are backed by a multi-billion dollar, multi-national Canadian telecommunications giant.We serve an impressive list of international clients. And we have a career for you. We believe in spirited teamwork, respect in workplace, career growth and, of...
    Posted to Jobs by ingenium on 09-22-2008
  • Loading PNG (and JPG) image from resource using GDI+

    Last night while I was translating some of my old animation program from GDI32 to GDI+, I’ve hit a roadblock where GDI+ cannot load PNG (and JPEG) file stored as resource: // This code doesn't work Gdiplus::Bitmap* m_image = Gdiplus::Bitmap::FromResource(hInst, L"IDB_IMAGE1"); I’m...
    Posted to Nanoseconds Network by cvega on 07-28-2008
    Filed under: C++, GDI+
  • WTL links

    Definition taken from Wikipedia The Windows Template Library ( WTL ) is a free software, object-oriented C++ template library for Win32 development. WTL was created by Microsoft employee Nenad Stefanovic for internal use and later released as an unsupported add-on to Visual Studio and the Win32 Framework...
    Posted to Nanoseconds Network by cvega on 07-24-2008
    Filed under: WTL, C++
  • looking for ITs willing to work for Singapore

    hi my name is danil espinosa from ZMG were a headhunting firm and right now were looking for IT professionals interested to work in Singapore. were looking for java developers, Perl developers, tester, release engineers (java) and application support analyst for our client base in Singapore. if anyone...
    Posted to Jobs by danil08 on 02-05-2008
  • Business Intelligence Programmers Needed

    ALGOS, INC. is a new company focused on providing consulting services in the Business Intelligence (BI) Software Market. BI is now the future of IT. When everyone has already all the necessary data they need captured on different ttransactional and operational systems like Oracle, SAP, ERIC and others...
    Posted to Jobs by Rommel on 12-06-2007
  • 2nd Speed Hiring Event - IT Jobs for Singapore

    REGILENT is currently inviting candidates with 3 years of professional IT experience, in any of the following skills: • C# Programming • Java/J2EE Programming • Unix C++ Programming • Oracle Development • QA Testing If interested or if you have friends... register at http://www.regilent.com/jobs.html...
    Posted to Jobs by chrisg on 10-03-2007
  • Turbo C++ 3.0 Installer

    Everybody needs this good old compiler. *****************************UPDATE ***************************** Due to reported problems with the original Turbo C++ installer I've decided to update the file for this download. Instead of the original Turbo C++ 3.0 installer I have replaced the download...
    Posted to Must-haves on your toolbox by keithrull on 09-26-2007
    Filed under: Borland, C, Installer, C++, Turbo C++ 3.0 Installer
  • Filemapping and a hex dump utility

    Last time, I blogged about "how to reference function parameters to and from a function" . This time I would like to demonstrate how to put something of that approach in action. I wrote two functions that will allow you to use file mapping in less C/C++ codes. In order for you to understand...
    Posted to Nanoseconds Network by cvega on 06-15-2006
    Filed under: Codes, C++
  • Returning function result to parameter

    Writing a function with a pass-by-reference parameter that will be used to receive the result of the function's execution is a good practice in functions that returns status-code while the actual output is placed in the out parameter(s): Here's an example: int getvalue( int valueKind, char**...
    Posted to Nanoseconds Network by cvega on 06-12-2006
    Filed under: Codes, C++
Page 1 of 1 (20 items)

Copyright DevPinoy 2005-2008