Search:

Type: Posts; User: Kohatian 3279

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,245

    Windows XP. I want to know which user on the Lan...

    Windows XP. I want to know which user on the Lan access which files for how much time.
  2. Replies
    2
    Views
    1,245

    Lan Access Logs

    Is there any software which can keep the logs of who access which shared folders on my machine?
  3. Replies
    12
    Views
    4,733

    Thank you DougDbug for the advice. I am applying...

    Thank you DougDbug for the advice. I am applying for technical position, SDE/T(Developer / Tester). I will really appreciate if you can give me few more tips!

    7stud, Are u really serious about...
  4. Replies
    12
    Views
    4,733

    Microsoft Interview Questions

    I have interview at Microsoft for SDE/T position soon. I was wandering is anybody here know what typical question Microsoft ppl ask. Have you ever gave an interview for Microsoft? Thanks in advance.
  5. Replies
    2
    Views
    4,419

    abstract vs pure abstract class

    whats the main difference b/w abstract class and pure abstract class?
  6. Thread: Stl

    by Kohatian 3279
    Replies
    1
    Views
    922

    Stl

    does any one knows a good tutorial about STLs?
  7. scope of input

    if input is global then the code should work but if it is not the case then u should pass it to the function or declare it in the function.it also depends upon the data types of the pointer and...
  8. Thread: password

    by Kohatian 3279
    Replies
    1
    Views
    827

    password

    i want the password to be the inverted login.e.g
    logname=2345
    password=5432

    i have written the following code but it is not doing well!


    char temp[10],temp1[10],temp2[10];
    bool state=false;
  9. Replies
    13
    Views
    3,165

    string inversion

    is there any function which convert the char array into its invert starting from the end and then copy it to another char array?
  10. Replies
    0
    Views
    3,254

    forest fire

    i am doing a problem from an obselete book.i dont know what are the attributes and functions of the base class and the derived classes!it is named forest fire simulation and i am also not find any...
  11. Replies
    1
    Views
    880

    matrix multiplication

    what is the algorithm for the product of two same size matrices?
  12. Replies
    2
    Views
    860

    file input

    i know the total no of characters in an input file and have make an array of that size.i want to know how can i get all the elements of the file in the array?
  13. Thread: kbhit

    by Kohatian 3279
    Replies
    2
    Views
    988

    kbhit

    i want my simulation program to run 100 times but i want to display my changed contents at every time,until "enter" is pressed.i have heard something like kbhit and getch.how can i implement that?
  14. Replies
    0
    Views
    822

    file input

    how can i extract the contents of a text file and distinguish the characters?i have to extract input file having character matrics and then have to place the character in another matrix.e.g.

    f g g...
  15. Replies
    7
    Views
    1,205

    using cin

    well,the code will be something like this!

    void main()
    {
    int total_tests;
    cin>>total_tests;
    average=total_numbers/total_tests;
    }
  16. Replies
    7
    Views
    871

    ascii values

    well,u can use ascii values of the input string and then compare it with any switch case value or using if statement as u did,if u have specific input string choices.
  17. Replies
    1
    Views
    907

    simulation program

    can ne1 have ne idea about the forest fire simulation?
  18. Replies
    8
    Views
    980

    thanxs!!!!

    one more thing.i am pretty well in mips assembly language.will i be able to convert that file to assembly easily for a very simple c++ code?
  19. Replies
    8
    Views
    980

    VC++

    well,i have VC++ 6.0.how to access the assembler file?
  20. Replies
    8
    Views
    980

    ???

    so where can i find it and how to operate??
  21. Replies
    8
    Views
    980

    assembly file

    is there any way to see the assembly coded version of a c++ program in a compiler or are any utilities exist which convert c++ coded program to assembly language?
  22. Replies
    1
    Views
    1,161

    function return varaible

    i have a function call in a sub function like this
    fraction3.reduceFraction();
    the reduceFraction() should return a variable of type int.what should be the syntax,the prototype is as follows

    int...
  23. Replies
    6
    Views
    1,272

    char extraction

    how can i extract fraction e.g. 12/4 which is stored in a char array?i mean i want to put 12 in int numerator and 4 in int denominator.
  24. Replies
    1
    Views
    1,150

    operator overloading

    well,if i want to add two objects of a same class e.g. fraction1+fraction2 and have developed the function for +.then should i simply do this
    fraction1+fraction2;
    which should call the overloaded...
  25. parameters

    default constructor dont have parameters and argument so stop putting void in it.
Results 1 to 25 of 39
Page 1 of 2 1 2