Search:

Type: Posts; User: zbap

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,092

    Sorting the linked list

    Hello all. I read information from a file and then I convert the times read in based on am/pm to 24 hour times. After that I am trying to sort the list based on time in ascending order. That is where...
  2. Replies
    6
    Views
    9,808

    Here are some pointers on this you can use a...

    Here are some pointers on this

    you can use a loop to run through your string and test each character. If it is equalled to 'a' you increment a variable previously initialised to 0.

    Remember all...
  3. Replies
    1
    Views
    1,156

    Files (reading from)

    Sup guys! I recently started writing to files and was feeling pretty good about thing especially when your program finishes and my little text file pops up with the results from fprintf(). I'm doing...
  4. Thread: A guessing game

    by zbap
    Replies
    5
    Views
    1,692

    what about if on the first error you give them an...

    what about if on the first error you give them an idea as to how much off they approximately are?
  5. Replies
    5
    Views
    1,090

    Directional help needed

    Hey guys just started school and I thought I would be getting straight into the programming. un/Fortunately we have to do program design,problem solving and algorithms first. Ordered my books today...
  6. Replies
    2
    Views
    1,771

    A little on Function Overloading

    K I just finished my bit of reading on function overloading and while I have the basic idea I got a question please. Let's say I have a function Multiply() which I overload by using different data...
  7. Replies
    1
    Views
    1,255

    Tutorial for beginners

    Hey there all
    I started writing a tutorial at
    www.sleepwalkers.org
    named
    Getting Wet With C++

    Can you guys just give it a little browse through and lemme know what you thin please

    Thanks...
  8. Replies
    16
    Views
    1,743

    Poll: dude free is cool. www.bloodshed.net devC++

    dude free is cool.
    www.bloodshed.net
    devC++
  9. Replies
    1
    Views
    1,320

    command line arguments

    Heya fellow programmers
    I just ran into these two little variables that are used by convention for some time. argc and argv. How does one get to see the effects of this when running windows Me. For...
  10. Replies
    2
    Views
    3,360

    making it practical

    heya all
    this may seem weird but i understand pointer arithmetic etc but i cannot see the practical use(sounds dumb huh)
    i'll be cool if someone could probably give me a nice lil example on it so...
Results 1 to 10 of 10