Search:

Type: Posts; User: Newbie Magic

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,859

    Sorting Linked Lists (code not concept)

    I am a little new at this (notice the name :D )

    I created a linked list and want to sort it (notice thread name :p )

    Here is my linked list:


    struct NODE
    {
    int data;
  2. Replies
    24
    Views
    4,306

    Here is a program that I made a little while ago...

    Here is a program that I made a little while ago using that save method (it is saved in hex so it may look different):
    LevelUp.zip
  3. Replies
    24
    Views
    4,306

    Why do you have multiple save files? Why dont you...

    Why do you have multiple save files? Why dont you just save all the data onto one save file? It would look like this:



    #include <iostream.h>
    #include <fstream.h>

    int main()
    {
    int hp=100,...
  4. Replies
    20
    Views
    2,111

    Yes

    Yes
  5. Thread: TextOut()

    by Newbie Magic
    Replies
    1
    Views
    1,677

    TextOut()

    For a windows program i'm making I need to get mutliple strings printed on the screen.

    Just wondering is there was an easier way then double BeginPain()



    LRESULT CALLBACK WndProc(HWND hwnd,...
  6. Replies
    5
    Views
    2,025

    Hey, thanks alot. I got the input on the same...

    Hey, thanks alot. I got the input on the same line as the prvious input and I got a better understanding of gotoxy() :D
  7. Replies
    5
    Views
    2,025

    Win XP Im using Dev C++ Compiler/MSVC++ And...

    Win XP

    Im using Dev C++ Compiler/MSVC++

    And yeah, I want the next input to be on the same line as the previous. And i'm not familiar with gotoxy()

    //Edit
    I also want the previous input to...
  8. Replies
    5
    Views
    2,025

    cin line skipping

    Whenever you use the cin function, after the user inputs, it automatically creates a newline. Im trying to make a program, having the newline after every input really gets annoying :(

    Just...
Results 1 to 8 of 8