Search:

Type: Posts; User: Shakespeare

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,672

    graphics tablet

    Does anyone know where i can get information about incorporating a graphics tablet into my own windows program.

    Thanks
  2. Replies
    6
    Views
    2,224

    My target audience is my project markers. I'll...

    My target audience is my project markers. I'll be doing it as my dissertation project to finish off my degree.

    Has anyone done anything similar or have any views on this project?
  3. Replies
    6
    Views
    2,224

    Hi Thanks for your reply. I know most of the...

    Hi Thanks for your reply.

    I know most of the basics of winAPI, i have petzold and have worked through it a few times, although i would say i'm far from advanced.

    As far as network programming...
  4. Replies
    6
    Views
    2,224

    Virtual classroom?

    Hi,

    I'm thinking of developing a virtual classroom application, what i want is a server(Teacher) and an unlimited number of clients(pupils), i want the application to have a number of features...
  5. Replies
    2
    Views
    1,074

    File Sharing

    Hi guys,
    For my final year dissertation i've decided i would like to program a file sharing program for use over a network/internet.
    The program will need security and a GUI.
    I was thinking a...
  6. Thread: project

    by Shakespeare
    Replies
    5
    Views
    1,119

    project

    Hi,

    I've been learning c/c++ for around 2 years now at university and now its time to come up with my dissertation idea, I need a project that is quite large, probably using the win32API or MFC,...
  7. Replies
    24
    Views
    3,374

    Way to go SMB3Master thats the spirit. I...

    Way to go SMB3Master thats the spirit.

    I Started driving cars years ago and took no lessons or tried to practice, i just kept getting in to cars and crashing them, so far i've wrecked 104 cars and...
  8. Thread: Max Array?

    by Shakespeare
    Replies
    2
    Views
    1,039

    Thanks MrWizard dynamic memory allocation worked...

    Thanks MrWizard dynamic memory allocation worked a treat.

    Salem: Interesting to know that, any idea how you can change the limits imposed by the OS/Compiler or are they set.

    Thanks a lot for...
  9. Thread: Max Array?

    by Shakespeare
    Replies
    2
    Views
    1,039

    Max Array?

    I am reading data from a file and i need to read in a lot of data, approaching millions of lines proabably.

    the problem i have is i have declared a struct to store the data but i have found that...
  10. Replies
    9
    Views
    2,682

    Has anyone used Matlab/Simulink with any C++...

    Has anyone used Matlab/Simulink with any C++ projects and if so do you you think i will be able to use this product to achieve what i want to do.
  11. Replies
    9
    Views
    2,682

    I like the sound of this lift idea. now where...

    I like the sound of this lift idea.
    now where can i steal all the information (only kidding, well....)

    this will incorporate some form of mechanical model, a control system and a lot of research...
  12. Replies
    9
    Views
    2,682

    I relish a challenge, but no nuclear physics or...

    I relish a challenge, but no nuclear physics or quantum mechanics.

    The admin project sounds good, i had a couple of other similar projects suggested to me by my tutor. And i'll probably end up...
  13. Replies
    9
    Views
    2,682

    Sorry should have said, its at degree level.

    Sorry should have said, its at degree level.
  14. Replies
    9
    Views
    2,682

    Dissertation Ideas

    Hi guys,

    I need to comer up with a project for my final year dissertation within the next couple of weeks. Unfortunately everytime i try to think of a program/project i get complete block.

    I...
  15. Replies
    9
    Views
    2,768

    ok sorry, i get it now. It works great. ...

    ok sorry, i get it now. It works great.

    >Salem - how did you mean the algorithm is broken, it works fine for me.

    I have:



    char tm1[9] = "12:34:50";
    char tm2[9] =...
  16. Replies
    9
    Views
    2,768

    thanks for your help, it doesn't give the correct...

    thanks for your help, it doesn't give the correct answer but i get the jist.

    am i right in thinking that

    tm1[2]=tm1[5]=tm2[2]=tm2[5]=0;

    shoulde be
    tm1[2]=tm1[5]=tm2[2]=tm2[5]= '0';

    now...
  17. Replies
    9
    Views
    2,768

    Thanks for the reply, unfortunately i'm unsure...

    Thanks for the reply, unfortunately i'm unsure how to use this to solve my problem.

    Say i have 2 times:
    12:34:50
    12:34:46

    how could i use the time function to subtract these and get an answer...
  18. Replies
    9
    Views
    2,768

    Time difference

    I have read in a time in the format HH:MM:SS from a file into a string variable.

    The problem i have is i need to subtract the times from each other to find the difference.

    Is there such a thing...
  19. Replies
    1
    Views
    1,385

    if Statement, easier way?

    I have an array of structs holding amongst other things a list of ip Addresses, these ip Addresses are the users on my system.

    I want to convert these ip addreses to the names of my users. Since...
  20. Thread: Dns!!!

    by Shakespeare
    Replies
    6
    Views
    1,413

    >No need for strong feelings. It was a...

    >No need for strong feelings. It was a misunderstanding, OK?
    Hey no problem, i don't hold grudges. Your name is vVv right i'll write that down. (only kidding)

    >That post contains the same...
  21. Replies
    3
    Views
    1,240

    I know its inefficient, thats not what i asked. ...

    I know its inefficient, thats not what i asked.

    Great thoughts though. be proud.
  22. Replies
    3
    Views
    1,240

    95 Differences

    I wrote this program to invoke some systems commands to check my internet connection at work.



    #include<iostream.h>
    #include<fstream.h> // for file io
    #include<windows.h> // For system...
  23. Thread: app kill

    by Shakespeare
    Replies
    12
    Views
    1,360

    yeah sorry, i didn't fully test it. I tried it...

    yeah sorry, i didn't fully test it.
    I tried it on the recycle bin and it didn't work. But i can close almost any other window and it works with the window i need to close so it is fine.

    Strange...
  24. Thread: app kill

    by Shakespeare
    Replies
    12
    Views
    1,360

    OK it works but not with window names with spaces...

    OK it works but not with window names with spaces in.
  25. Thread: app kill

    by Shakespeare
    Replies
    12
    Views
    1,360

    i forgot to say, that it definitley recognises...

    i forgot to say, that it definitley recognises whether the window is open or not. I just can't close it.
Results 1 to 25 of 64
Page 1 of 3 1 2 3