Search:

Type: Posts; User: Fyodorox

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. I used this class and nodeType struct some time...

    I used this class and nodeType struct some time back, use this for a comparison for your problem and it should reveal where you're having issues.



    #ifndef H_LinkedListType
    #define...
  2. Add a second constructor not exact to your...

    Add a second constructor

    not exact to your syntax, but...


    linkedListNode()
    {

    headPtr = NULL;
    tailPtr = NULL;
  3. Replies
    11
    Views
    2,042

    Now you've opened a can of worms.... I was...

    Now you've opened a can of worms....

    I was using Partition Magic (7.0), this is part of my problem. I formatted the unnecessary partition, however, the boot process still prompts me for a choice...
  4. Replies
    11
    Views
    2,042

    Thank you.

    Thank you.
  5. Replies
    11
    Views
    2,042

    Dual boot problem

    How do you remove a dual boot configuration for Windows XP?

    I used to run 2 Win XP Pro OS's on one HDD, got rid of one and its partition as well....However, when I boot up it still prompts for...
  6. Replies
    27
    Views
    5,579

    Poll: First of all....don't confuse me with Fyodor. No...

    First of all....don't confuse me with Fyodor. No offense to him, but what a strange similarity in names...

    Anyway, as a "former" Mormon who did serve a mission, I respect your ability to commit to...
  7. Replies
    19
    Views
    3,416

    13? Impressive! Keep it up.

    13? Impressive! Keep it up.
  8. Replies
    54
    Views
    8,987

    Poll: 6 foot, 185-195 pounds. I quit smoking and jumped...

    6 foot, 185-195 pounds. I quit smoking and jumped up 30 pounds, it's now on a roller coaster ride and I'm praying for the day when my metabolism will recover! I'm usually 170-175 lbs...for those who...
  9. Replies
    19
    Views
    3,416

    Good idea (looking for feedback....), however,...

    Good idea (looking for feedback....), however, always keep your programs. I can't count the number of times that I'll find myself in need of something that I had coded (even halfway) before and...
  10. Replies
    17
    Views
    4,226

    As I went to visit Ground Zero in February, no,...

    As I went to visit Ground Zero in February, no, I'm not afraid. It was probably one of the more solemn experiences of my meager 29 years.

    As a quick side note...I was in Newark NJ about to take...
  11. Replies
    19
    Views
    3,416

    Good job, how long did it take you to complete...

    Good job, how long did it take you to complete this?
  12. Thread: Visual c++

    by Fyodorox
    Replies
    15
    Views
    2,323

    As much as I hate to take food out of Bill Gates'...

    As much as I hate to take food out of Bill Gates' mouth, ahem...You can go to your local university book store (or out of town if you have to) and find Visual Studio 6.0 for a lot less than you would...
  13. There have been many posts concerning this issue....

    There have been many posts concerning this issue. I would advise first using the "search" feature, then narrowing down your questions to specifics.
  14. Thread: cout question

    by Fyodorox
    Replies
    4
    Views
    2,132

    The only time that you can use the single quote...

    The only time that you can use the single quote marks ( ' ) is when you are initializing a char variable. When using the iostreams (cout), you must use the double quotes ( " ) for it to display. You...
  15. Thread: datatypes

    by Fyodorox
    Replies
    7
    Views
    1,701

    If it is possible to get away with....simply make...

    If it is possible to get away with....simply make the array a float array. It will accept both int and float variables. Either way you're going to have to truncate the variables to be sorted....
  16. Replies
    2
    Views
    947

    http://www.smartdraw.com/downloads/download.asp?id...

    http://www.smartdraw.com/downloads/download.asp?id=6741

    Haven't downloaded it (running Linux and this one is for windows...), but I hope this helps.
  17. Thread: Random

    by Fyodorox
    Replies
    4
    Views
    987

    You can use the "time.h" header file to utilize...

    You can use the "time.h" header file to utilize the system clock to generate random numbers. It's worked for me every time.
  18. Replies
    8
    Views
    47,427

    Although it's been a while since I've used...

    Although it's been a while since I've used Dev....there are a couple of things that I think might help your malaise...

    First, try using namespace std;...
    Second, append a '.h' to the end of your...
  19. Replies
    3
    Views
    1,206

    Thanks for the info/references.... There must...

    Thanks for the info/references....

    There must be some people in Washington State that feel the Universe orbits around them, and if not they'll buy the gravitational fields to make it so!
  20. Replies
    3
    Views
    1,206

    Confession of Ignorance

    In the new VS.net...people have referred to Visual C++ as a "managed" C++, I have some suspicions as to what "managed" actually refers to. However, perhaps somebody could point me towards a good...
  21. Replies
    7
    Views
    1,039

    I've always liked the O'Reilly books for the...

    I've always liked the O'Reilly books for the theoretical, they grasp the concept of the language well and utilize key terms in a way that are not overwhelming to beginners. As simpleton as this may...
  22. Replies
    12
    Views
    2,609

    I usually use a preprocessor macro to save...

    I usually use a preprocessor macro to save keystrokes later on....
    i.e.


    #define CLEAR system("clear") //you can name clear anything, but it's usually good advice to with the actual system name.
  23. Replies
    12
    Views
    2,609

    I've always typed 'clear' at the command line....

    I've always typed 'clear' at the command line. Hope this is the answer that you're looking for.
  24. Replies
    4
    Views
    1,694

    MS compiler in Linux environment

    Hello all,

    I have MS VC++ 6.0, I love programming in its environment. Will this work in a Linux environment? (Mandrake 8.2 Personal)

    Thanks.
  25. Replies
    5
    Views
    1,152

    I bought one of those Sam's "Teach yourself C++...

    I bought one of those Sam's "Teach yourself C++ in 24 hours", though note entirely comprehensive, it goes through 24 lessons outlining the key points of C++. It covers Structs, classes and other...
Results 1 to 25 of 52
Page 1 of 3 1 2 3