Search:

Type: Posts; User: salmansalman

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,277

    Exactly

    Exactly
  2. Replies
    3
    Views
    2,277

    c++ socket programming help

    can someone paste a simple code that only connects to a ftp and idles? i dont want it to give username/pass as i want to do that myself, all i want to get is a simple code in c++ that only connects...
  3. Replies
    3
    Views
    2,103

    Accessing Keyboard via C

    Hello,

    Today we were learning bytes and bits and the complements used in class, I am wondering if its possible to turn the caps lock on/off using the 1's complement and 2's complement? like if we...
  4. Replies
    3
    Views
    1,248

    everything is free here in our country, anyway,...

    everything is free here in our country, anyway, forget that, now can u tell me any compiler as good as it that works with sp1 or some better compiler than that plz lemme know


    thanks..


    also,...
  5. Replies
    3
    Views
    1,248

    compiler help

    Hello, I installed msvc++ compiler from microsoft website.. the problem is that it says when i run the setup that i need sp2 in xp, while i have sp1 .. what the hell is this? is microsoft this lame...
  6. Thread: compiller

    by salmansalman
    Replies
    1
    Views
    1,652

    compiller

    modern compiler for c#? and link to download? thanks
  7. Thread: compiller

    by salmansalman
    Replies
    1
    Views
    2,522

    compiller

    whats a good and easy to use compiler for C? im using turbo c, i need a modern one.. please mention the name with its Download link so i can download it

    thanks
  8. Thread: compiler

    by salmansalman
    Replies
    2
    Views
    1,408

    compiler

    hey, whats the recommended compiler for C++? im using turbo c++ and i was told its not a good one.. i would be thinkful if u mention a compiler with its download link below so i can download it
    ...
  9. Replies
    3
    Views
    1,396

    yeah i actually have it all in mind, it is as...

    yeah i actually have it all in mind, it is as follows

    - Start
    - Establish IRC Connection
    - Join a channel
    - send a message to the channel
    - wait for 300 seconds and send another msg
    - QUIT...
  10. Replies
    6
    Views
    1,896

    wont "ps x" list the running proccesses? ;x or am...

    wont "ps x" list the running proccesses? ;x or am i wrong?
  11. Replies
    3
    Views
    1,396

    some project ;) c/c++

    Hello, I am a average c/c++ programer.. actually you can consider me beginner and not average.. hmm i want to do a small project (im a CS student, n we have studied c/c++ and till now we made small...
  12. Replies
    5
    Views
    2,144

    well I did the first one true because its "PURE...

    well I did the first one true because its "PURE VIRTUAL" functionsssssss that must be over-ridded by child class :)) not "VIRTUAL" virtual CAN be or CANNOT be.. there is no MUST.. thats why i marked...
  13. Replies
    5
    Views
    2,144

    need help.. true/false

    hello i had a exam today n i wana clear about the following 5 true/false



    1) Virtual methods must be over-ridded by child class

    2) An object of an abstract class can store reference of...
  14. Replies
    3
    Views
    1,414

    operator overloading problem

    #include<iostream.h>
    #include<conio.h>
    class location
    {
    public:
    int xposition;
    int yposition;

    location(){}
    location(int x, int y)
  15. Replies
    3
    Views
    1,377

    MarkZWEERS: stop flaming nd get a life, stop...

    MarkZWEERS: stop flaming nd get a life, stop pretending as if u know anything better
  16. Replies
    3
    Views
    1,377

    Need help :p

    hello

    im giving a assigment to write on operator overloading.. i can simply write 5-6 pages from books etc but it is not worth it.. im wondering if anyone of u can give me a link which has simple...
  17. Thread: help loll

    by salmansalman
    Replies
    26
    Views
    2,686

    ah ok thanks, will try :P thanks

    ah ok thanks, will try :P thanks
  18. Thread: help loll

    by salmansalman
    Replies
    26
    Views
    2,686

    i know whats a flowchart but whats a pseudo code...

    i know whats a flowchart but whats a pseudo code exactly? b tw reply my pm please ;p
  19. Thread: help loll

    by salmansalman
    Replies
    26
    Views
    2,686

    wgh : i think ur mistaken, i never said write...

    wgh : i think ur mistaken, i never said write whole program for me.. i can already write that.. i was asking for the line code only for this logic but anywy np.. no one here actually knows how to...
  20. Thread: help loll

    by salmansalman
    Replies
    26
    Views
    2,686

    thanks for the lecture, i dont hve time to read...

    thanks for the lecture, i dont hve time to read tht much useless paragraphs full of arrogant lines.. ill figur it out myself, cya.. thts all for now
    bye
  21. Thread: help loll

    by salmansalman
    Replies
    26
    Views
    2,686

    i did if(min>60) cout

    i did if(min>60)
    cout<<"Invalid input";
    looool thats the easy escape =[ n i dont know do i need to use ifs or what man.. cant u write the logic code here?
  22. Thread: help loll

    by salmansalman
    Replies
    26
    Views
    2,686

    i dont know what to do to get the answer, thats...

    i dont know what to do to get the answer, thats the problem.. i know what it should be but i dont know HOW it should be.. by logic i meant i dont know the mathematical logic for it
  23. Thread: help loll

    by salmansalman
    Replies
    26
    Views
    2,686

    as i said, i dont know the logic.. i can write...

    as i said, i dont know the logic.. i can write the code if u can tell me the logic mtsp
  24. Thread: help loll

    by salmansalman
    Replies
    26
    Views
    2,686

    ok let me explain again lol.. once the program...

    ok let me explain again lol..

    once the program is executed, iit will ask u to set a time..

    if u enter => 3:25:10 it will display it as follows

    The Time is 3:25:10

    in this, 3 = hour .....
  25. Thread: help loll

    by salmansalman
    Replies
    26
    Views
    2,686

    help loll

    well im trying to do this but i cant

    first i make a class in c++ and then pass values to it from main function of time

    lets say i pass 3:26:12 ..

    3 = hour
    26 = min
    12 = sec
Results 1 to 25 of 72
Page 1 of 3 1 2 3