Search:

Type: Posts; User: Mazer

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,676

    ok, thanks for the help everyone :rolleyes: ...

    ok, thanks for the help everyone :rolleyes:

    if any of the 10 people who bothered to read this are interested, it turns out the idiot who sits next to me added a semicolon after the while...
  2. Replies
    1
    Views
    1,676

    help with linked lists and file i/o

    for a school compsci assignment my class was asked to make a simple database program to keep track of a user's mp3 collection. the program must be able to read a list of mp3s from a file, save the...
  3. Replies
    14
    Views
    1,926

    ahh... you gotta love the frustrations of...

    ahh... you gotta love the frustrations of programming! eliminate 29 old errors, get 4 new ones. here's my big ol' problem up the a$$. the if statements i have are in a function and i guess i can't...
  4. Replies
    14
    Views
    1,926

    gotcha! but does this mean i can't just make a...

    gotcha! but does this mean i can't just make a string? like:


    string text = 'blah!'

    or does the char array count as a string?
  5. Replies
    14
    Views
    1,926

    i'm gonna have to say no... because your code is...

    i'm gonna have to say no... because your code is very confusing to me. what i'm trying to do is check the text the user inputs, and then change the value of the variable to the binary number...
  6. Replies
    14
    Views
    1,926

    sorry about the cin part, i have it typed...

    sorry about the cin part, i have it typed correctly in my source code. but how can i change it from a single character to a string?
  7. Replies
    14
    Views
    1,926

    um... what?

    sorry, i don't understand what you mean by all that... stuff? here's what i was thinking, user inputs a letter, let's call the variable 'text' (and it's a char). now we go to a big ol' if statement...
  8. Replies
    14
    Views
    1,926

    uh... not really. i've found a number of websites...

    uh... not really. i've found a number of websites that'll convert ascii to binary, i'm just seeing if i can write a program to do it. oh and thanks akilla
  9. Replies
    14
    Views
    1,926

    c++ question about char

    hi everyone, i just decided to learn c++ this summer so i'd be ahead of (most) people when i go back to school. i've only just started and as a first project i want to make a program that will...
Results 1 to 9 of 9