Search:

Type: Posts; User: ProgrammingDlux

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,639

    How can I block internet access?

    Okay, here's the situation. We have three computers in our house which are all on broadband, through one linksys router.
    My youngest sister is getting older and spending more time on the net. I...
  2. Replies
    8
    Views
    3,145

    ELAD, You are the man!! I just took a little...

    ELAD, You are the man!! I just took a little part from what you typed, changed the variables, and it compiled and ran perfectly on the first time.

    I tip my hat to you.. I hope to be that good...
  3. Replies
    8
    Views
    3,145

    I think I got it- almost :confused: Could...

    I think I got it- almost :confused: Could you possibly put sample code? I feel so burnt out and I just wanna finish..
  4. Replies
    8
    Views
    3,145

    Thanks Elad.. you're advice helped me out. I...

    Thanks Elad.. you're advice helped me out. I took a deep breath and just focused on what I wanted to do (one step at a time). In doing so, I encountered another obstacle. I am making a...
  5. Replies
    8
    Views
    3,145

    Thanks for your input Brain, but for some reason...

    Thanks for your input Brain, but for some reason I am not comprehending the whole picture.. I seem to be experiencing a bad case of writer's block- it's been like this for two days. I'm frozen on...
  6. Replies
    8
    Views
    3,145

    Doubly Linked List.. please Help!!

    Any help is greatly appreciated..

    How do I read this information int a Doubly Linked List? I don't
    even know where to start.



    #include<iomanip.h>
    #include<string>
    #include<fstream>
  7. Replies
    12
    Views
    1,968

    Thanks a lot guys... I learned a lot from those...

    Thanks a lot guys... I learned a lot from those comments. I appreciate it... Til next time
  8. Replies
    12
    Views
    1,968

    I tried that Dog.. still comes up with that...

    I tried that Dog.. still comes up with that error. :(
  9. Replies
    12
    Views
    1,968

    No Luck.. the compiler says that the argument has...

    No Luck.. the compiler says that the argument has to be of type int. I can't figure out why though
  10. Replies
    12
    Views
    1,968

    Didn't mean to post it twice. i tried several...

    Didn't mean to post it twice. i tried several times to submit post and I got this screen that said something about it not going through...and that an email has been sent to technical staff. sorry...
  11. Replies
    3
    Views
    939

    Operator Overloading...

    Hey guys I have this problem where I'm trying to use the "++" operator with objects. I'm new to classes and I don't know exactly where I can find the problem so I'm posting my whole code...


    ...
  12. Replies
    12
    Views
    1,968

    Operator Overloading...

    Hey guys I have this problem where I'm trying to use the "++" operator with objects. I'm new to classes and I don't know exactly where I can find the problem so I'm posting my whole code...


    ...
  13. Replies
    10
    Views
    1,373

    alright here's the code. My problem is in the...

    alright here's the code. My problem is in the printSorted function... how do I print the sorted list in alphabetical order?


    #include<iomanip.h>
    #include<string.h>
    #include<stdlib.h>
    #define...
  14. Replies
    10
    Views
    1,373

    Thanks Salem.. that helped alot. Now, One more...

    Thanks Salem.. that helped alot. Now, One more question (I hope it's only one more). After I swap the values to be sorted by alphabetical order, how do I 'cout' the sorted list?

    I tried


    ...
  15. Replies
    10
    Views
    1,373

    I feel the same way!! I could do it much simpler,...

    I feel the same way!! I could do it much simpler, but my cocky professor wants it that way.... this leaves me clueless. Can anyone help?
  16. Replies
    10
    Views
    1,373

    Thanks IfYouSaySo, I understand that part now......

    Thanks IfYouSaySo, I understand that part now... I'm still having trouble with the area were Temp is (bottom of code) .. How can I sort the list alphabetically, being that I'm using pointer to...
  17. Replies
    10
    Views
    1,373

    pointers to structures

    Hey guys, I'm having trouble with this program that I have... a telephone directory system whichs allows user to input name and telephone number and in turn sort the list alphabetically.

    ...
  18. Replies
    3
    Views
    2,826

    No One Can Help? I'm in distress...please help...

    No One Can Help? I'm in distress...please help your fellow human being! :( lol
  19. Replies
    3
    Views
    2,826

    Adding Columns and Rows..Help!

    I had a hard time adding the values stored in each row..as a Total- I figured that out. My question now is, how do I add the values stored in each column? You will see the section in bold. Thanks....
  20. Replies
    6
    Views
    1,088

    ...Still Unsuccessful..is this the only way of...

    ...Still Unsuccessful..is this the only way of doing it? i also tried #define CB cin.ignore(cin.rdbuf()->in_avail())

    //
    ....
    ....
    ...
    cin>>MI; CB;
    ...
    ....
    //
  21. Replies
    6
    Views
    1,088

    I tried that..it's still not working :(

    I tried that..it's still not working
    :(
  22. Replies
    10
    Views
    1,238

    Please Help- I'm so Tired, Lonely, and Depressed-...

    Please Help- I'm so Tired, Lonely, and Depressed- all because of this little question mark I've got..please contribute to what will be a very short lived happy moment- one clear reply is all it...
  23. Replies
    8
    Views
    1,255

    >so 4^4 would be sixteen, am i correct 4^2 is...

    >so 4^4 would be sixteen, am i correct

    4^2 is 16
    4^4 is 256
  24. Replies
    8
    Views
    1,255

    >hey, does ^ mean 'to the power'? In algebra...

    >hey, does ^ mean 'to the power'?

    In algebra it does. In C++, I'm sure you know how to use pow(). ;)
  25. Replies
    10
    Views
    1,238

    I'm not sure if I understood that. I just wanna...

    I'm not sure if I understood that. I just wanna specify where to start reading the data from(Line 6)!!! lol. I know I didn't put these (marked red) in the right places.. where do i put them?


    ...
Results 1 to 25 of 86
Page 1 of 4 1 2 3 4