Search:

Type: Posts; User: Blacky Ducky

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,351

    Thanks man I'll definetly check it out. I have a...

    Thanks man I'll definetly check it out. I have a question just out of curiosity, if DirectX or whatever SDK drawes the graphics for you, where do 3rd party applications (like Maya or 3d Max) come in?
  2. Replies
    5
    Views
    1,351

    Yes, but I am afraid a book on Direct3D 9 will...

    Yes, but I am afraid a book on Direct3D 9 will explain souly about Direct3D and won't be general or explain the process as whole, and since I am a begginner I need something to take me step by step,...
  3. Replies
    5
    Views
    1,351

    DirectX SDK compatability

    Hello there;
    I was reading the "Tricks of the windows game programming, by LaMothe" and the first project in there was a game called "Freak Out".
    He wrote it using the DirectX 8.0 SDK, which had...
  4. Replies
    3
    Views
    922

    Thanks Andrew, but it was a stupid mistake on my...

    Thanks Andrew, but it was a stupid mistake on my side.
  5. Replies
    3
    Views
    922

    I think I got it.....sorry my bad.

    I think I got it.....sorry my bad.
  6. Replies
    3
    Views
    922

    Link Error!

    Hello there;
    I am using Visual Studio 2010 and the first source code I compile, which is the template, unedited, genrated this build error....

    1>------ Build started: Project: Customers,...
  7. Replies
    25
    Views
    9,522

    I already have DevC++, can I take files from its...

    I already have DevC++, can I take files from its include folder and paste it in VS's include folder.
    Or is the problem deeper than that and I will find other problems so I should reinstall it? I...
  8. Replies
    25
    Views
    9,522

    apart from reinstalling?

    apart from reinstalling?
  9. Replies
    25
    Views
    9,522

    So what must I do?

    So what must I do?
  10. Replies
    25
    Views
    9,522

    No, They Aren't, there are only four files that I...

    No, They Aren't, there are only four files that I am unfamiliar with. Should I freak Out?
  11. Replies
    25
    Views
    9,522

    Yes there is a file named Windows type...

    Yes there is a file named Windows type VCExpress.h.10.0
  12. Replies
    25
    Views
    9,522

    Yes it cant seem to find libraries or...

    Yes it cant seem to find libraries <stdio> or <tchar>.
    I opened <stdafx> and it had #include <stdio.h> and #include <tchar.h>, but when I try to open them (from the IDE) it says :.
    File 'stdio.h;...
  13. Replies
    25
    Views
    9,522

    Actually it was working fine, but I dont remember...

    Actually it was working fine, but I dont remember messing around in anyway.
  14. Replies
    25
    Views
    9,522

    In the console application it says in the output:...

    In the console application it says in the output:
    1>------ Build started: Project: Here_Goes_Nothing_2, Configuration: Debug Win32 ------
    1>Build started 12/08/11 04:20:00 AM....
  15. Replies
    25
    Views
    9,522

    Well, there is no header file under the name...

    Well, there is no header file under the name excpt.h in the source code, besides I didn't type anything, the source should create an empty application ( whether it ia a console or windows...
  16. Replies
    25
    Views
    9,522

    1>------ Build started: Project: poopoo,...

    1>------ Build started: Project: poopoo, Configuration: Debug Win32 ------
    1>Build started 12/08/11 03:59:55 AM.
    1>InitializeBuildStatus:
    1> Touching "Debug\poopoo.unsuccessfulbuild"....
  17. Replies
    25
    Views
    9,522

    Building error

    Hello there;
    I am using Visual Studio 2010, and whenever I compile a source code ( even the template, nothing is wrong with the template right? ) it displays the message box where it says that...
  18. Replies
    6
    Views
    1,738

    Can any one help me with this one, it crashes...

    Can any one help me with this one, it crashes after I enter the codes donot know why, I haye to be such a bother but yiu guys are my only way right now.

    #include <iostream>
    #include <list>...
  19. Replies
    6
    Views
    1,738

    Something is wrong with the logic thou, the...

    Something is wrong with the logic thou, the algorithm itself.
  20. Replies
    6
    Views
    1,738

    Thank You So Much........boy do I feel stupid...

    Thank You So Much........boy do I feel stupid right now.
  21. Replies
    6
    Views
    1,738

    Sequential State Machine

    Hi there;
    I was trying to build a DOS programme that helps you draw a state digram
    of a Sequential State Machine. The application halts once I enter the codes, and I am clueless about where the...
  22. Replies
    11
    Views
    1,608

    Here is the hole code: #include ...

    Here is the hole code:

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

    class Patient
  23. Replies
    11
    Views
    1,608

    Oh, By it I meant the backslash in the file name.

    Oh, By it I meant the backslash in the file name.
  24. Replies
    11
    Views
    1,608

    Good point there stahta, so I tried this code and...

    Good point there stahta, so I tried this code and doesnt work either:
    inline void save(Patient* pNDS)
    {
    Patient* pL=pHead;
    FILE *fp;
    fp = fopen("D:\junk.txt", "w+");

    ...
  25. Replies
    9
    Views
    12,844

    Do any of GetDlgItemText() or GetWindowText()...

    Do any of GetDlgItemText() or GetWindowText() take any arguments.
Results 1 to 25 of 40
Page 1 of 2 1 2