Search:

Type: Posts; User: AvidGamer

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    2,389

    Oh dear. Not a clue what you just said :P So...

    Oh dear. Not a clue what you just said :P So that's gonna be a no then lol :P
    Gimme chance to learn lol. But yeah, care to elaborate? :P
  2. Replies
    14
    Views
    2,389

    Er, never mind. I had an utter noob moment....

    Er, never mind. I had an utter noob moment. Sorted!

    ConLib::WriteToScreen("test") working now, just made some silly mistakes in my coding. *facepalm*

    Thanks for the help all, and sorry for...
  3. Replies
    14
    Views
    2,389

    @Elysia - The conlib class is currently...

    @Elysia -


    The conlib class is currently compiled into its own library on both windows and linux, i needed access to commands to use color in the console when using ASCII, so designed a library...
  4. Replies
    14
    Views
    2,389

    That's pretty much what im looking for, but no...

    That's pretty much what im looking for, but no clue on how to implement it. Any keywords to google for? or helpful tutorial links or anything?

    EDIT:

    library has been edited so all the conlib...
  5. Replies
    14
    Views
    2,389

    Any chance of a quick example of that please? I...

    Any chance of a quick example of that please? I learn from example.
  6. Replies
    14
    Views
    2,389

    I have no idea which would be the correct method...

    I have no idea which would be the correct method to use. In terms of it being simpler i could just create another ConLib object in the game class. But im also wondering if its possible to get er, a...
  7. Replies
    14
    Views
    2,389

    global class object?

    Im creating a simple game. very simple. just as a test for the console library im working on, problem is, ive got zero experience with game writing in C++, so advice on the following would be...
  8. Replies
    7
    Views
    1,752

    Cheers for the info. Time to head back and...

    Cheers for the info. Time to head back and starting hacking away into seperate sources then, and there was me all big headed that i managed to get something to work on two systems with little effort...
  9. Replies
    7
    Views
    1,752

    Thanks for the info. So it seems its just...

    Thanks for the info. So it seems its just different source files and different makefiles then for the "professional" method. Hmm, Isn't the preprocessor if statements a better method? (well at least...
  10. Replies
    7
    Views
    1,752

    Looking for info: Cross-Platform

    Hey, im looking for more info into making libraries cross-platform, examples would be nice, descriptions, links anything you can provide. My google searches always come up with a mass-list of other...
  11. Replies
    3
    Views
    2,212

    Sounds like a fairly interesting project. I'd...

    Sounds like a fairly interesting project. I'd like to offer up my services in the form of testing environments, Linux, Windows 7 and android. Main system is linux for programming currently, and can...
  12. Replies
    2
    Views
    765

    Damn. Should of realised that. Thanks.

    Damn. Should of realised that. Thanks.
  13. Replies
    2
    Views
    765

    String to char

    What am i missing here? How do I reinterpret the string to char for use with the fileobject.open? I'll slap out quick source for visual. ::baffled::



    #include <string>
    #include <iostream>...
  14. Replies
    5
    Views
    1,559

    OK, so ive started work on learning to work with...

    OK, so ive started work on learning to work with the PPM file format. (im still learning C++ here btw, as you will see). Please take a look at the following code, comment, abuse, break, critize, but...
  15. Replies
    5
    Views
    1,559

    Thanks for the information folks, let me try to...

    Thanks for the information folks, let me try to clarify. In terms of a long term goal id like to work with more advanced files and make my own libraries for working with them, however at the moment,...
  16. Replies
    5
    Views
    1,559

    Working with file formats

    I'm interested in working with current file formats, for example creating my own libraries etc for various things, e.g MP3+G. Problem is, ive no idea where to start beyond basic C++ file i/o. Anyone...
  17. Replies
    1
    Views
    964

    Puzzled (sockets and console)

    Hey, at the moment, i've written a console program which currently connects to an IRC server and idles there. Here's the while loop i use:



    while (1) {
    ::WSAWaitForMultipleEvents(1,...
  18. Replies
    5
    Views
    1,167

    Thanks for the information hk_mp5kpdw. I haven't...

    Thanks for the information hk_mp5kpdw. I haven't looked into STL containers yet, that was on my list of things to do, guess ill have to bump that up a bit.

    If you could, could you give me a list...
  19. Replies
    5
    Views
    1,167

    Also im a little confused on how I would go about...

    Also im a little confused on how I would go about editing a record inside the database. I figured I could search to find and read the appropriate record, however, how would I edit the items for each...
  20. Replies
    5
    Views
    1,167

    Thanks for the response. The file io side of...

    Thanks for the response.

    The file io side of things isnt a problem, its how I would actually store the data. For example if I created a file and stored values such as (before encryption):
    ...
  21. Replies
    5
    Views
    1,167

    Custom Database

    First of all, Hi all, new to the forums :p

    Anyway, regarding this thread. I'm currently making a college project based on C++ and in need to design my own database system, if it be stored by file...
Results 1 to 21 of 22