CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Muffalufagus

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,037

    Doubly Linked List removeCurrent quest.

    I have a doubly linked list I need to remove current from. I've been staring for hours; I cant seem to remove the element & reestablish the links; any help would be great.
    I hope I did the 'tags'...
  2. Replies
    1
    Views
    967

    Color Code Identifiers

    I'm just learning Java, but it would seem useful if my method names or identifiers would be able to assume a color instead of black. This would be similar to the reserved words, such as 'if or...
  3. Thread: main help

    by Muffalufagus
    Replies
    3
    Views
    3,007

    Re: main help

    Keang, I can't seem to find anything called code tags. The trouble I'm having is the array I've created in the main doesn't interact with the variable manyItems; this seems to be the main counter...
  4. Thread: main help

    by Muffalufagus
    Replies
    3
    Views
    3,007

    main help

    Hi. I was hoping someone could help me with this. I can't seem to get the main structured correctly to pass the necessary information to the methods to test them all. manyItems in particular is...
  5. Replies
    5
    Views
    536

    Re: txt file info to array

    ok, I think "or your ifstream object" is this meant to say "of"? If so, I think I got it. The cin operator will stop at the whitespace as default? & assign my two pieces of data to v1 & v2, then I...
  6. Replies
    5
    Views
    536

    txt file info to array

    hi, wondering if someone could provide a snippet that takes info from a txt file & puts it into an array. I need to use cin.get or stream ins.get (over similar simple means); each line has two...
  7. Thread: do while

    by Muffalufagus
    Replies
    3
    Views
    651

    do while

    Hi. I'm trying to get this to return to the 'do' if either variables are negative. But it only returns to the prompts of the 'do' if both are negative.

    Also, is it possible to get the while...
  8. Replies
    5
    Views
    569

    Re: Evaluate simple expression

    Thnx Amleto & Lindley. I see. Is Microsoft's Visual C++ Express interpreted or does the c++ need to be compiled before it's executed as well? I have seen no compile command on MS C++ and the only...
  9. Replies
    5
    Views
    569

    Evaluate simple expression

    Hi, I'm a newbie to c++. Is there anyway to evaluate a simple expression w/out writing a snipet or compiling & loading, ie. 2 < 3. In visual lisp, there's a vlide (autocad visual lisp ide) console...
  10. Replies
    0
    Views
    2,632

    Beginner: PEP/8

    Hi. I was hoping someone could check this for me. It runs fine thru Pep/8, but in the 'Assembler Listing' area are the values for the symbols or variables. This is my 1st time running Pep, so I'm...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured