Search:

Type: Posts; User: Marcuzen-90

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,298

    button text?

    Is it possible changing the button text; without using the whole win32 api code?

    I mean, working to a program that is this simple:



    #include <iostream.h>
    int main()
    {
    MessageBox(0, "press...
  2. Thread: timecall

    by Marcuzen-90
    Replies
    1
    Views
    873

    timecall

    hey.. I got some problems with timeCall or whatever its called.. could anyone help me out here? when i press f12 nothing is happening; although i have the code if(getasynckeystate(vk_f12)) etc... i...
  3. Replies
    10
    Views
    1,264

    I recently made a console project, with hello...

    I recently made a console project, with hello world template, and it still didn't worked. NO I know nothing is wrong with my code, it's something wrong with iostream. And it doesn't fix when I...
  4. Replies
    10
    Views
    1,264

    it's just here,.. could any expert help me out...

    it's just here,..

    could any expert help me out here??
  5. Replies
    10
    Views
    1,264

    #include #include using...

    #include <iostream>
    #include <windows.h>
    using namespace std;

    int main ()
    {
    int input = 0;
    cout << "1. Left clicker\n";
    cout << "2. Right clicker\n";
    cout << "3. \n";
  6. Replies
    10
    Views
    1,264

    Iostream help

    I think there is something wrong with my compiler. When I compile I get tons of iostream errors. Here is some of them:


    C:\Dev-Cpp\include\c++\bits\istream.tcc In member function...
Results 1 to 6 of 6