Search:

Type: Posts; User: Guido

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    2,447

    void main() { } whats wrong with that?

    void main()
    {

    }


    whats wrong with that?
  2. Replies
    14
    Views
    2,447

    ------ Build started: Project: starship,...

    ------ Build started: Project: starship, Configuration: Debug Win32 ------

    Compiling...
    ship.cpp
    Linking...
    LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO'...
  3. Replies
    14
    Views
    2,447

    didnt work, whenever i press ctrl-f5 it says it...

    didnt work, whenever i press ctrl-f5 it says it cant start because the file does not exist

    edit:renaming didnt work
    edit2: bah i can compile c# files but not c++ and i wanted to try making some...
  4. Replies
    14
    Views
    2,447

    nope niether of those, it says that it can't find...

    nope niether of those, it says that it can't find 'test project.exe' (what i named it) so its not even being created...
  5. Replies
    14
    Views
    2,447

    biggest noob question

    how to you build an exe in visual studio.net? im trying to convert from visual studio 6 and im lost =/ apparently build isnt what i want...
  6. Replies
    3
    Views
    2,686

    okay i think i fixed it up, but im still getting...

    okay i think i fixed it up, but im still getting issues. the client won't connect and if it says it has connected the server isn't hearing anything.



    #include <stdlib.h>
    #include <stdio.h>...
  7. Replies
    1
    Views
    2,178

    can allegro be used with c#?

    I just got c# (vs.net). me and my friend already started a game in c++ using vs6 but we wanna switch over to .net. is it possible?
  8. Replies
    3
    Views
    2,686

    i cant get my code to work! (hawknl)

    this wont work no matter how much i think i fix. i dont know wheather its the server or client part but i thinks its both



    #include <stdlib.h>
    #include <stdio.h>
    #include <nl.h>
    #include...
  9. Replies
    6
    Views
    1,032

    do i have to declare the structure at the top?...

    do i have to declare the structure at the top? cause that would screw up my program a bit
  10. Replies
    6
    Views
    1,032

    i need the function to modify it, time to learn...

    i need the function to modify it, time to learn pointers. thanks.
  11. Replies
    6
    Views
    1,032

    passing struct variables

    is there any way to pass a structure vairable to a procedure? i've tried but it doesnt seem to work. 44 errors =/
  12. Replies
    0
    Views
    1,953

    windowed in allegro.

    How do I make my allegro program windowed?

    edit: nevermind, it's
    set_gfx_mode(GFX_AUTODETECT_WINDOWED, scrx, scry, 0, 0)
  13. Thread: xml library

    by Guido
    Replies
    3
    Views
    1,889

    msvc++ 6 and windows

    msvc++ 6 and windows
  14. Thread: xml library

    by Guido
    Replies
    3
    Views
    1,889

    xml library

    I need a library that can read in xml files, does anyone here know a good one?
Results 1 to 14 of 15