Search:

Type: Posts; User: Philandrew

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,030

    Edit: Got it to work, reason was totally...

    Edit: Got it to work, reason was totally different than I had expected :P
  2. Replies
    8
    Views
    1,605

    iterate through each character of the string with...

    iterate through each character of the string with a for loop
    if its a character you don't like, change it to a *


    if(string[i] == "<" || string[i] == ">") {
    string[i] = "*";
    }
  3. Replies
    4
    Views
    3,030

    Reseting file pointer

    How do I reset the file pointer to the beginning of a file?


    ifstream fin;
    // blahblah
    fin.seekg(what goes here?);


    I tried a google search, and its something like ios::beg but I couldn't...
  4. Replies
    58
    Views
    11,769

    Some friends and I did that to a school computer....

    Some friends and I did that to a school computer. It rocked :)
  5. Replies
    10
    Views
    4,276

    I think I've decided to go with Computer Science...

    I think I've decided to go with Computer Science with a minor in Business.

    A lot of what I've read sounds like ultimately, CS and SE will get you to the right place if you play your cards right,...
  6. Replies
    10
    Views
    4,276

    Software Engineering vs Computer Science

    Topic is fairly self explanatory....which would you go with and why?

    What are the advantages and disadvantages of each?

    Thanks in advance :)
  7. Replies
    27
    Views
    9,439

    gmail took away my 6 invites and gave me a new 50...

    gmail took away my 6 invites and gave me a new 50 with a snazzy new box.
  8. Thread: namespace

    by Philandrew
    Replies
    8
    Views
    1,537

    Thanks, that made me understand it too :)

    Thanks, that made me understand it too :)
  9. Replies
    4
    Views
    3,770

    First two things I noticed: ...

    First two things I noticed:

    #include<iostream.h> is outdated, simply remove the .h

    Second, you will have to put using namespace std; near the top as well (under include works fine) if you want...
  10. Replies
    14
    Views
    3,814

    Wow, thats awesome! I want one...next...

    Wow, thats awesome!

    I want one...next christmas? :P

    C Board members! If you each donate $1...we will be on a good start to getting me one :D
  11. Replies
    23
    Views
    6,697

    I don't like it. Call me boring, but I prefer...

    I don't like it.
    Call me boring, but I prefer simple designs...a nice banner on top, a sidebar (or two) on the left (and right) side of the screen.
    Put in some fancy shmancy borders and some good...
  12. Replies
    26
    Views
    6,064

    oh ya, lets not forget the end of that program as...

    oh ya, lets not forget the end of that program as well...it was equally horrifying...

    take a guess...system(); Can YOU Guess what is inside? :P
  13. Replies
    5
    Views
    4,125

    Scrambling is something I love to do in the...

    Scrambling is something I love to do in the summer. Non-technical mountain climbing (you don't need ropes and such)

    Top 2:

    Middle Sister outside Canmore....you can look down and Canmore looks...
  14. Replies
    24
    Views
    5,945

    Not bad for a first website, not bad at all :) ...

    Not bad for a first website, not bad at all :)

    (I was honestly expecting a neon green background with white text and embedded, looping music...shoulda known better from these forums!)
  15. Replies
    26
    Views
    6,064

    The Horror....

    I was in the computer lab at my school today...and being the nerd that I am, I noticed Dev C++, and opened it up.
    Clicked through to create a new source file.

    :eek: I was shocked. :eek:
    ...
  16. Replies
    9
    Views
    3,584

    HAPPY BIRTHDAY! How old?

    HAPPY BIRTHDAY! How old?
  17. Replies
    17
    Views
    6,647

    I just wanna see the Flames win (like they...

    I just wanna see the Flames win (like they shoulda last year...) :)
  18. Replies
    7
    Views
    1,212

    Ah, OK, makes sense :) Thanks everybody!

    Ah, OK, makes sense :)

    Thanks everybody!
  19. Replies
    64
    Views
    15,500

    Humans only became humans when God placed a soul...

    Humans only became humans when God placed a soul in them (when God breathed in the holy spirit). Therefore it doesn't matter if were were once apes, because at that point, we were not humans.
  20. Replies
    64
    Views
    15,500

    I can't remember the exact details of it (it was...

    I can't remember the exact details of it (it was pretty abstract), but here is another example that might make more sense.

    I am an identical twin. If I get in a space shuttle at travel at the...
  21. Replies
    7
    Views
    1,212

    Linked Lists

    Can somebody help explain linked lists to me?

    I read the tutorial on this site, and I read SAMS Teach yourself in 21 Days...but I still don't really understand linked lists :(

    I understand...
  22. Replies
    64
    Views
    15,500

    Again, not religious, but going to a Catholic...

    Again, not religious, but going to a Catholic school I have picked some things up :) Hell, I'm not even Catholic. But I do believe there is a power greater than I.


    The story of Genesis is an...
  23. I agree with Quzah. If I have any problem with...

    I agree with Quzah. If I have any problem with C++, I want to work through it myself....I come here for a pointer towards the right direction. Giving somebody the answer doesn't help them...
  24. Replies
    64
    Views
    15,500

    Although I'd hardly classify myself as a religous...

    Although I'd hardly classify myself as a religous person....how about you back that statement up with some examples? :)

    Science is based purely on empirical knowledge. What you can see, taste,...
  25. Replies
    64
    Views
    15,500

    Interesting kinda thing I learned from my...

    Interesting kinda thing I learned from my religion teacher (Many would say he is wise)
    [I'm in a catholic school system and religion is a required course]

    "What holds the world up?" The Greeks...
Results 1 to 25 of 66
Page 1 of 3 1 2 3