Search:

Type: Posts; User: teck

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,125

    Elysia Helpfulness: 1/10 Attitude: ........ty,...

    Elysia
    Helpfulness: 1/10
    Attitude: ........ty, unbecoming, unhelpful
    Additional notes: Easily upset for no apparent reason other than "newbies" making mistakes. . . . . . like what he/she...
  2. Replies
    8
    Views
    2,125

    Thank you for inadvertently assisting me through...

    Thank you for inadvertently assisting me through a long, drawn-out and needless set of comments to the answer of my problem. Perhaps you should compare my comment to an int as you would clearly...
  3. Replies
    8
    Views
    2,125

    Thank you for the reply and the tip. I've only...

    Thank you for the reply and the tip. I've only showed those snippets because the problem only started to occur once I started separating the code into different files. For confirmation, I will post...
  4. Replies
    8
    Views
    2,125

    Error using Dev-C++ in Windows

    Been a long time since using C++ but the error/message I keep getting is from Windows. Add in the fact that my program is working ( mostly ) then I can only assume that it's something completely...
  5. Replies
    63
    Views
    14,110

    Yeah, talk about blown out of proportion....

    Yeah, talk about blown out of proportion. Especially considering the fact that it was the students (as I've read) that proposed the name. Granted that it may have upset some people but comon, even if...
  6. Replies
    18
    Views
    4,218

    I'm also using Dev-C++ but I've never used...

    I'm also using Dev-C++ but I've never used make.exe before so I'm not too sure how much this is going to help.

    I'm relatively familiar with the file functions (fopen(), etc) and I know that with...
  7. Replies
    17
    Views
    2,704

    Now that is what I'm talking about, using an...

    Now that is what I'm talking about, using an actual line of code to link the program with the library (all without creating a project). Okay, so this can be done in visual studio, any1 know if this...
  8. Replies
    6
    Views
    5,590

    I'm not sure if this would work for your compiler...

    I'm not sure if this would work for your compiler (it does for Dev-C++) but why not use


    if (kbhit())
    {
    input = getch(); //or whatever variable for 'input'
    if statements for keys...
  9. Replies
    17
    Views
    2,704

    Lol, although, fortunately for me though, my...

    Lol, although, fortunately for me though, my problem seemed to be easier than yours :D

    But still, while we are off topic, does anyone have any ideas how one would (with Dev-C++) manually (as in,...
  10. Replies
    17
    Views
    2,704

    Okay, thanks all. It's working now... now I have...

    Okay, thanks all. It's working now... now I have yet to figure out another problem ;)
  11. Replies
    17
    Views
    2,704

    Okay, I'll try that, but to change just a single...

    Okay, I'll try that, but to change just a single variable, would I just use my previous code or would I have to do something else?
  12. Replies
    17
    Views
    2,704

    struct ship { char name[20]; int...

    struct ship
    {
    char name[20];
    int hull;
    int shields;
    int torp_str;
    int phaser_str;
    } standard, current, created;;
  13. Replies
    17
    Views
    2,704

    Structures and setting variables

    Okay, I'm currently trying to make a program that uses structures. I've used the help document provided by the complier to give it a try and I know that I've done most of it right. The problem though...
  14. Replies
    4
    Views
    1,635

    #pragma comment(lib, "whatever.lib") This...

    #pragma comment(lib, "whatever.lib")

    This doesn't seem to work...



    Yes, I've already heard that before. Is there a way though (or an easy way) of connecting the program with the resource...
  15. Replies
    4
    Views
    1,635

    Linking: Without Creating Projects

    Okay, so, using Dev-C++, I've downloaded a library that I'd like to use (has some functions in it that could make life alot easier).

    The problem comes to be that I don't know how to link the...
  16. Replies
    4
    Views
    1,399

    Thanks for the suggestion. I'm just working on...

    Thanks for the suggestion.

    I'm just working on making it alot more of a variable matrix (and finding simple limitations such as it can't be bigger than 10X10 for some reason, oh well).

    Hope to...
  17. Replies
    4
    Views
    1,399

    lol, figures how a simple thing can make...

    lol, figures how a simple thing can make everything else not work. Thanks a bundle. It works now.

    I'll try and remember that next time I ever decide to use strings.

    Thanks.
  18. Replies
    4
    Views
    1,399

    Problems with growth program.

    This may seem like kind of a tall order but I've been running into problems with a program I've been working on and I've been unable to figure out why some of the things go wrong... particularly when...
Results 1 to 18 of 18