Search:

Type: Posts; User: swarm

Search: Search took 0.00 seconds.

  1. Anyone know where i can find tutorials on asp?

    I realize this isn't the place to post this, but i did'nt knwo where i should or could post something about ASP.
  2. Replies
    1
    Views
    1,243

    Question on pointers in classes

    In the following program:
    #include <iostream>
    #include <string>
    using namespace std;
    class Employee
    {
    private:
    char name[20];
    public:
    Employee() {strcpy(name, "(no name)");}
  3. Replies
    1
    Views
    1,562

    question time (classes and pointers)

    ok here is my following program:

    #include <iostream>
    using namespace std;

    class Aircraft
    {
    private:
    int range;
    public:
  4. Replies
    1
    Views
    1,678

    Common Language Runtime

    Im doing a report on C# and im just wondering what is the CLR? is that the compiler?
  5. Thread: For Loop

    by swarm
    Replies
    4
    Views
    1,438

    than again he was asking that the totals have to...

    than again he was asking that the totals have to be doubled, not use a double.
  6. Replies
    1
    Views
    1,033

    How can i mimic a windows search?

    Really just curious on how i could go about doing something along the lines of a search. Have the user enter in something they want to find and than have c scan the local directories to find it.
    ...
  7. Replies
    3
    Views
    942

    Im sorry. Id like to know, how i can go about...

    Im sorry. Id like to know, how i can go about having the user enter a file and than having c search the computer(and or drives) to find it. Either that or im looking to find some tutorials that can...
  8. Replies
    3
    Views
    942

    Question about file I/O

    Im curious, if i want to find a file on my c: say its a txt file named hello.txt. Is there any special syntax that is involved with doing so through c++? I mean can i just say open file so and so...
  9. Replies
    2
    Views
    2,284

    Backdoor.trojan Help?

    So i was stupid enough to download this file in an email i did not recognize. I just wanted to see if the file had a virus(while i knew it did the whole time). I run virus scan on the file,...
  10. Question about making a program that will save information?

    Im interested in making a program that takes in user values, and stores them, for later use, even when the computer is turned on and off, or the program is closed and so forth. Would i/o files be...
  11. Replies
    3
    Views
    1,343

    Help on choosing a C++ book

    Im sure this has been asked before and if it was rather recent, i apologize for posting this.

    Im looking for an indepth C++ book. That goes over the easiest things in C++ to the hardest, along...
  12. Replies
    8
    Views
    1,115

    takes the line with spaces and so forth

    takes the line with spaces and so forth
  13. Replies
    0
    Views
    1,642

    Anyone help me out with NMSQL.DLL?

    I have the visual c++ professional edition but when i install it and run a program it says missing Nmsql.dll unable to load, try reinstalling. I try that, but same thing. Im wondering if someone...
  14. Replies
    2
    Views
    1,099

    what am i doing wrong?!?!?!?!

    hi? apparently when i run the program it comes back with a error after i enter in 10 numbers. THe error states integer is divisible by 0? anyone help me out?

    #include<iostream>
    using namespace...
Results 1 to 14 of 14