Search:

Type: Posts; User: PanzTec

Search: Search took 0.01 seconds.

  1. Thank you so very much. I thought I was gonna go...

    Thank you so very much. I thought I was gonna go nuts...
  2. GDI polygon problom(i think im gonna kill my compiler iif i dont work this out)

    ok i have a problom... can some one please help me and tell me whats wrong be for i kill the thing.... and could you also tell me how to stop this happning again... thanks ppl



    #include...
  3. Thread: Fonts

    by PanzTec
    Replies
    3
    Views
    3,326

    just for fun... i can read it n all... so i just...

    just for fun... i can read it n all... so i just wanted to do it for the hell of it
  4. Thread: Fonts

    by PanzTec
    Replies
    3
    Views
    3,326

    Fonts

    does anyone here know how to change you main font(like the start bar and everything)

    i want to change my fonts to symbol

    thanks in advance :D
  5. Thread: Bin Files

    by PanzTec
    Replies
    8
    Views
    1,617

    yeah he idi... now i feel really dumb... lol :D...

    yeah he idi... now i feel really dumb... lol :D thanks lucky :D
  6. Thread: Bin Files

    by PanzTec
    Replies
    8
    Views
    1,617

    sweet!!! that almost worked :D one last...

    sweet!!! that almost worked :D
    one last problom...


    --------------------Configuration: Bin - Win32 Debug--------------------
    Compiling...
    Bin.cpp
    d:\ufs\network programming\bin\bin.cpp(17) :...
  7. Replies
    14
    Views
    1,802

    hmmm... where can i learn to make my own OS??? I...

    hmmm... where can i learn to make my own OS??? I am ok at C++ but thats all i know
  8. Thread: Bin Files

    by PanzTec
    Replies
    8
    Views
    1,617

    --------------------Configuration: Bin - Win32...

    --------------------Configuration: Bin - Win32 Debug--------------------
    Compiling...
    Bin.cpp
    D:\UFS\NETWORK PROGRAMMING\Bin\Bin.cpp(3) : error C2871: 'std' : does not exist or is not a namespace...
  9. Thread: Bin Files

    by PanzTec
    Replies
    8
    Views
    1,617

    Bin Files

    i need to know whats wrong with this code.... its out of the book im reading... and ... well it wont work for me...



    #include <iostream.h>
    #include <fstream.h>
    using namespace std;

    int...
  10. Thread: Tcp/ip

    by PanzTec
    Replies
    4
    Views
    1,379

    it said im missing a DLL file

    it said im missing a DLL file
  11. Replies
    48
    Views
    5,992

    I wish i could program like he can... im stuck in...

    I wish i could program like he can... im stuck in stupid 2D programming right now....
  12. Thread: Dll

    by PanzTec
    Replies
    1
    Views
    815

    Dll

    Can Some one tell me how to make the most simple program with a DLL file used in the program?
  13. Replies
    5
    Views
    1,248

    wait wait... i was talking about the program...

    wait wait... i was talking about the program closing down! lol not the compiler :D
  14. Replies
    5
    Views
    1,248

    i use VC6 iv tryed dev and that doesnt compile...

    i use VC6 iv tryed dev and that doesnt compile any code i make for it
  15. Replies
    5
    Views
    1,248

    switch is broken

    ok i have a problom... my program quits even tho im sure that its fine... no iv been mucking around with it(crappy code) here it is



    #include "stdafx.h"

    void command (int pram)
    {
    char...
  16. Replies
    6
    Views
    1,156

    Thank you! you are the man! :)

    Thank you! you are the man! :)
  17. Replies
    6
    Views
    1,156

    If statments and strings?

    how do i go about getting a if statment with a string like the following code



    if(cmd == "help")
    {
    fn = 1;
    }
  18. Replies
    5
    Views
    16,637

    Y do you think people do that? do you think its...

    Y do you think people do that?
    do you think its cause they dont want there code stolen or what... i edit mine cause i know the is alot of spelling mistakes(as in the text out parts) and my code lay...
  19. Thread: Code needed

    by PanzTec
    Replies
    4
    Views
    1,708

    my AIE instructer told me a array that was 128...

    my AIE instructer told me a array that was 128 long was = to one byte..... if u wanna know what the AIE is look here http://aie.act.edu.au/ but anyway. i know char's cant be used in a switch i just...
  20. Thread: Code needed

    by PanzTec
    Replies
    4
    Views
    1,708

    Code needed

    ok... iv made a program with a switch that has a char like this



    char k[128]// one byte
    switch(k)
    {
    case "help":
    {
    //print something
  21. Replies
    10
    Views
    8,538

    hmmm... the second bit of code seems easyer to...

    hmmm... the second bit of code seems easyer to read.. why is that?
  22. Thread: quick qustion

    by PanzTec
    Replies
    1
    Views
    1,438

    quick qustion

    does anyone know of a new online project where you add and modify code and repost it on the site for some one else to make better?
  23. Thread: TextOut

    by PanzTec
    Replies
    3
    Views
    1,888

    heres and example.... and a good one to... as you...

    heres and example.... and a good one to... as you can see iv just made the changes to your code




    #include <windows.h>
    using namespace std;
    int main()
    {
    HWND hwnd = NULL; // globally...
  24. Thread: Tcp/ip

    by PanzTec
    Replies
    4
    Views
    1,379

    Tcp/ip

    I need to know where i can learn to connect two computers to make a chat program. does and one know where i can go to learn or teach me here?
Results 1 to 24 of 24