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
X

xelios

@xelios
About
Posts
15
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I can build but cant run my program...
    X xelios

    Following is the simple code of my application...

    // Ex_01.cpp : Defines the entry point for the console application.
    //

    #include "stdafx.h"
    #include < iostream >
    // the space in < iostream > is due to the restriction in this post..

    int _tmain(int argc, _TCHAR* argv[])
    {
    std::cout << "Hello World!\n";
    return 0;
    }

    The out put of this program on console is as follows: The system cannot execute the specified program. Press any key to continue...

    Mohsin Ali

    C / C++ / MFC c++

  • Image is not being generated...
    X xelios

    I want to place image generating code in my webpage, but it is working fine alone.. But when I implement that code in my webpage it doesn't work..

    Mohsin Ali

    Linux, Apache, MySQL, PHP

  • Any simple example to implement CAPTCHA...
    X xelios

    I want to implement CAPTCHA on a simple web form... Is there any easy example to implement it..

    Mohsin Ali

    Linux, Apache, MySQL, PHP tutorial

  • What's the best PHP IDE ?
    X xelios

    I used zend, its good.............. but damn slow due to java... :omg:

    Mohsin Ali

    Linux, Apache, MySQL, PHP php visual-studio question

  • What's the best PHP IDE ?
    X xelios

    M using Dreamweaver since last two years.... I also used other IDEs for PHP but found Dreamweaver as the best..

    Mohsin Ali

    Linux, Apache, MySQL, PHP php visual-studio question

  • Did anybody use PHP in Visual Studio.......
    X xelios

    I downloaded that PHP extension for Visual Studio 2008... {from http://www.jcxsoftware.com/vs.php} I have installed it but getting some errors on creating project...

    Mohsin Ali

    Linux, Apache, MySQL, PHP visual-studio csharp php com

  • My first Win32 program...
    X xelios

    Then how can I change... I mean what I have to do in order to remove this error..

    Mohsin Ali

    C / C++ / MFC c++ help

  • My first Win32 program...
    X xelios

    Following is the code of my program...

    #include "stdafx.h"
    #include "windows.h"

    int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
    {
    MessageBox(NULL, "This is my first windows program\n Author: Mohsin", "Virtual University", MB_OK|MB_ICONINFORMATION);
    }

    While building it is throwing following error.. Error 1 error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'const char [49]' to 'LPCWSTR' e:\visual programming\practices\test\test\p_66.cpp 6 test

    Mohsin Ali

    C / C++ / MFC c++ help

  • Difference b/w Unions and Structures...
    X xelios

    What is the difference b/w Unions and Structures...

    Mohsin Ali

    C / C++ / MFC question

  • Problem in my first program...
    X xelios

    Thx its done............. Bingoo! :cool:

    Mohsin Ali

    modified on Tuesday, June 3, 2008 9:10 AM

    C / C++ / MFC help c++

  • Problem in my first program...
    X xelios

    Error!!! Error 1 error C3861: 'getche': identifier not found e:\visual programming\practices\test\test\test.cpp 13 test

    Mohsin Ali

    C / C++ / MFC help c++

  • Problem in my first program...
    X xelios

    Yuppeee!! Program has built....... Now how can I run it.. i.e. I want to see the output of my program..

    Mohsin Ali

    C / C++ / MFC help c++

  • Problem in my first program...
    X xelios

    I am a newbie and this is my first program...

    // test.cpp : Defines the entry point for the console application.
    //

    #include "stdafx.h"
    #include "conio.h"
    #include "stdio.h"

    int _tmain(int argc, _TCHAR* argv[])
    {
    cout << "Hello!";
    return 0;
    }

    But when I built, it thre follwong error... Error 1 error C2065: 'cout' : undeclared identifier e:\visual programming\practices\test\test\test.cpp 11 test

    Mohsin Ali

    C / C++ / MFC help c++

  • How can I get all values of a ListBox(Multiple selection is ON)
    X xelios

    How can I check the selected property? Can u plz give me a code snippet to do this. Mohsin Ali

    ASP.NET question csharp html career

  • How can I get all values of a ListBox(Multiple selection is ON)
    X xelios

    Hi; I've a list box named "listUsers". User can select multiple vales. How can I get the values of all the fields selected? Waiting for reply.....:(( ------------------------- M. Mohsin Ali Freelance .NET Developer and HTML Integrator

    ASP.NET question csharp html career
  • Login

  • Don't have an account? Register

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