CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Sinthed

Search: Search took 0.02 seconds.

  1. Re: Looking for some help (Error: Expected a Expression) >> Allegro

    its basically setting PLACE to true to wherever I use it as default, otherwise, i would ahve to set it to false.

    Also side note-

    Does [4][4] mean {{true,true,true,true} ,...
  2. Looking for some help (Error: Expected a Expression) >> Allegro

    #include "I:\Documents\Visual Studio 2010\Projects\Coding Club Game\Coding Club Game\blocks.h"
    #include <allegro.h>
    #include <string>


    using namespace std;

    blocks::blocks()
    {
    place ==...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured