Search:

Type: Posts; User: kwm32

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,826

    need help finding problems

    need help with finding problems with this code

    #include<stdio.h>
    #pragma once
    #include<fstream.h>
    #pragma once
  2. Replies
    2
    Views
    1,314

    help getting started

    i am trying to learn how to use the winsock.h library for programming and i am wondering if somebody can just explain to me step by step the process and what the arguments are for the functions like...
  3. Thread: pointer casting

    by kwm32
    Replies
    3
    Views
    2,356

    i found one prblem i forgot to put a ; after my...

    i found one prblem i forgot to put a ; after my pointer assignment but i still get this error
    memscan.c: In function `main':
    memscan.c:5: warning: assignment makes pointer from integer without a...
  4. Thread: pointer casting

    by kwm32
    Replies
    3
    Views
    2,356

    pointer casting

    i have am having a problem compilng a simple memory scaning program that checks if there is anything in that address and if there is dicplays what it is this probably breaks alot of rules the way i...
  5. Thread: stupid question

    by kwm32
    Replies
    4
    Views
    1,141

    is there anyway to declare an output or input...

    is there anyway to declare an output or input stream yourself or do you have to use the iostream include?
  6. Thread: stupid question

    by kwm32
    Replies
    4
    Views
    1,141

    stupid question

    hi i am having trouble compiling my program i think the problem is probably very simple but i cant figure it out
    #include<iostream>

    main(){
    char c[]="hi\n";
    stdout << c;

    return 0;
    }
    i...
  7. Replies
    2
    Views
    1,462

    if you type just netstat it will show you only...

    if you type just netstat it will show you only the outgoing connections you need to type netstat -na for listening or incoming connections
  8. Thread: Kazza Lite

    by kwm32
    Replies
    13
    Views
    1,955

    kazaa lite sets a random port so you cant open...

    kazaa lite sets a random port so you cant open the port in your router ot unless you open them all but you can go into the options and choose which port you want to use then open that port in your...
  9. Replies
    9
    Views
    2,733

    how do you put FAT format on a floppy i checked...

    how do you put FAT format on a floppy i checked wotsit.com but it had nothing on FAT do you know any other places that would tell me how
  10. Replies
    21
    Views
    3,556

    you can still use heaps just read up on them you...

    you can still use heaps just read up on them you will understand
  11. Replies
    21
    Views
    3,556

    it is not that tough if you think about it you...

    it is not that tough if you think about it you put your graes in a heap and the heap is already sorted then you take all the grades in the heap and add them together then divide by how many tests...
  12. Replies
    3
    Views
    5,366

    is it a wireless router rpeater you are talking...

    is it a wireless router rpeater you are talking about?? well if it is then that is for if you get to far from your wireless router it will pick up the signals somewhere in between and send them back...
  13. Replies
    9
    Views
    2,733

    help formating old floppies

    i have an whole bunch of old floppy discs with RAW format on them and i want to format them to ntfs or fat but windows wont for some reason so i am venturing to create my own formating program what i...
  14. Thread: User Info

    by kwm32
    Replies
    11
    Views
    1,697

    fj

    you do not need to put yourself through all that bull$$$$ just use echo and the $user but that is only if you are logged on to that account so you might have to put yourself through all that bull$$$$...
  15. Thread: printing text

    by kwm32
    Replies
    5
    Views
    3,338

    unrelated matter

    hi i am running windows xp.when my compuer boots it does not boot with bios and it just has this windows sign with a bar thing at the bottom i am wondering how to boot the computer with bios instead...
  16. Thread: dos game help

    by kwm32
    Replies
    7
    Views
    3,053

    this is tougher then i expected

    ok i am having a problem with the above code when i want to move something up or left it will have already chose what to put there and will be filled with what ever it is supposed to be but i need to...
  17. Replies
    6
    Views
    3,502

    salem is wrong

    salem you said that iostream.h or iostream is the same as stdio.h but that is not true iostream.h declares the input/output streams only but stdio.h declares the iostreams and functions and includes...
  18. Replies
    12
    Views
    2,138

    suggestion

    i have a suggestion first you figure out exactly which address that the memory is faulty then you then you create the pointers it should look something like this

    for(var=beginaddr;beginaddr <=...
  19. Thread: dos game help

    by kwm32
    Replies
    7
    Views
    3,053

    do you see anything anything wrong

    do you see anything anything wrong with this code
  20. Thread: dos game help

    by kwm32
    Replies
    7
    Views
    3,053

    ??

    i dont see any difference
  21. Thread: dos game help

    by kwm32
    Replies
    7
    Views
    3,053

    formatting???

    what the hell do you mean by formmatting?? no really i dont know what you are talking about please explain
  22. Thread: dos game help

    by kwm32
    Replies
    7
    Views
    3,053

    dos game help

    i am working on a very simple dos game that can run even on xp here is the code

    // mover.cpp : Defines the entry point for the console application.
    //

    #include "stdafx.h"

    int...
  23. Replies
    3
    Views
    2,818

    help

    if you find any glitches or bugs in this code please post that to thanks
  24. Replies
    3
    Views
    2,818

    help

    ok in about fifteen minutes i have been able to come up with this code does anybody have any suggestions on how i should put in the cases for where to move

    #include "stdafx.h"

    int...
  25. Replies
    3
    Views
    2,818

    i need help with a few things

    i am doing project to work on my programming skills first i would like to create a window and have an oject in the window and it would be a certain color and when a user presses an arrow key i want...
Results 1 to 25 of 46
Page 1 of 2 1 2