Search:

Type: Posts; User: Strut

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Weird Warning

    by Strut
    Replies
    5
    Views
    1,005

    Ah, figured as much. I've already begun looking...

    Ah, figured as much. I've already begun looking for the flag, I'm programming under linux-gnu, using gcc. Thanks for the help.
  2. Thread: Weird Warning

    by Strut
    Replies
    5
    Views
    1,005

    -hmm-

    So how can I tell which one I'm using? I mean obviousley I'm using C89, but is it due to the compiler, or my code?
  3. Thread: Weird Warning

    by Strut
    Replies
    5
    Views
    1,005

    Weird Warning

    Hey,

    What the hell does this warning mean? Its confusing me as to why it would say its a warning...

    mud.h:1:1: warning: C++ style comments are not allowed in ISO C89
    mud.h:1:1: warning: (this...
  4. Thread: Slackware?

    by Strut
    Replies
    16
    Views
    3,430

    :)

    Thanks for the posts, its becoming a little more clear now. And no, I'm not very experienced with linux at all. thats why I made so many posts regarding it, but I'm slowly catching on. I suppose...
  5. Thread: Slackware?

    by Strut
    Replies
    16
    Views
    3,430

    Slackware?

    I recentley checked the post on favourite platforms, and slackware was listed quite a bit.. I had plans to get RedHat 8.0, but if slackware proves worthy I'll use it instead.

    My Q is, what makes...
  6. Replies
    3
    Views
    1,710

    Thats a pretty good idea, thanks. I appreciate...

    Thats a pretty good idea, thanks. I appreciate it.
  7. Replies
    11
    Views
    1,842

    It is a 'real' linux distro. Its linux mandrake...

    It is a 'real' linux distro. Its linux mandrake 7.2. It seems to me to be a stripped down version though, just so you can see what linux is like. I plan to get RedHat 8.0 ASAP.
  8. Replies
    11
    Views
    1,842

    found something...

    Okay, i found:

    D:\Mandrake\RPMS\gcc-cpp-2.95.2-12mdk.i586.rpm
    and its 98kb in size.

    I looked at the GNU site and downloading what I thought was GCC, it was the source. So I suppose I'll have...
  9. Replies
    3
    Views
    1,710

    VMware Workstation

    Hey,
    Again, more inquiries about linux. I was informed a spiffy little software that lets you run linux and windows at the same time. I was curious if someone could give me some more info on it. ...
  10. Replies
    11
    Views
    1,842

    Mine didn't. Its called Linux for Windows, it is...

    Mine didn't. Its called Linux for Windows, it is a modified version of the Mandrake installation to install without losing windows or re-partitioning your hard drive. it has an option to standard...
  11. Replies
    11
    Views
    1,842

    gcc for Mandrake

    Where can I get a gcc compiler to run under linux? I'm using the KDE desktop. Thanks for any information.
  12. Replies
    2
    Views
    3,028

    thanks

    Thanks for the info, I appreciate it.

    What I mean by the require 2.2.x, is the code that I added to the my mud codebase the guy had said that it requires the linux kernal 2.2.x

    I suppose I'll...
  13. Replies
    2
    Views
    3,028

    Linux for Windows?

    Hey Guys,

    My bro got me a copy of Linux for Windows, its Linux-Mandrake thats got KDE and GNOME as Desktops(not sure what versions). And thats about it. My question is... will this work? I'm...
  14. Replies
    2
    Views
    1,859

    shaik, yes I know the decleration was all wrong. ...

    shaik, yes I know the decleration was all wrong. I wrote it like that to show that the wasn't known. As in I need to allocate the to how ever character strings I may need.


    I appreciate...
  15. Replies
    2
    Views
    1,859

    allocating mem for an array

    I'm curious as to how I would allocate memory as needed for a multideminsional array? ex:



    char command_names [20]; //improper, yes I know

    command_names=malloc(blah blah); //i got no clue
  16. Replies
    5
    Views
    5,204

    oops

    Ignore this. :P
  17. Replies
    5
    Views
    5,204

    hmm..

    Well, after staring at the code for a few hours, and thinking hard about how pointers worked I came up with a similiar conclusion. I figured I was just making cmd, and cmd2 point at each other. ...
  18. Replies
    5
    Views
    5,204

    Thanks. :)

    Thank you, I'll see what I can do with that. Although I must say I've rewritten that loops several several times, and it might just be a typo for when I posted it(i had to type it up real quick,...
  19. Replies
    5
    Views
    5,204

    sorting a double linked list

    Hello,

    I've attempted to sort a double linked list, alphabetically by its member 'name' which is a character string, and it doesn't seem to work. It either goes into an endless loop, or it sorts...
  20. Replies
    7
    Views
    1,608

    er...

    Well things seem to be a little... out of proportion, you could say. Let me elaborate on the code. Please note I had a previous working version that someone wrote for me, but I changed my command...
  21. Replies
    7
    Views
    1,608

    yeah it is

    Actually, its a very good idea. I'm writing a MUD game and when a player sends a command to the game server, I compare the command sent to the existing function names that I give it, ifit compares...
  22. Replies
    7
    Views
    1,608

    Memory Allocation

    Okay, I'm not sure exactley what this would be called, but I suppose I could say I'm trying to allocate memory for a function.... heres an example:



    struct command_type
    {...
  23. Thread: string function

    by Strut
    Replies
    1
    Views
    1,256

    string function

    Would anyone know of a function, or be able to write me a function that takes two parameters. String A, and B. then returns true if String B is part of String A? I tried several times, and can't...
  24. Replies
    2
    Views
    1,643

    null

    Nevermind.... (stupid me, i got it)
  25. Replies
    2
    Views
    1,643

    MFC and String Manipulation

    Hello,

    I'm writing an application in MFC, and I have a text edit box. I want to search through word for word searching for a specific string. for instance, it will search through and find all...
Results 1 to 25 of 44
Page 1 of 2 1 2