Search:

Type: Posts; User: PuhFENDanT

Search: Search took 0.01 seconds.

  1. Replies
    37
    Views
    5,443

    I don't know why you don't check this book out ...

    I don't know why you don't check this book out

    C++ Primer Plus 4th Edition

    Literaly this books gives examples for everything even recursion!

    my friend and I couldn't find any other book on...
  2. Replies
    61
    Views
    14,201

    How far have you gone in this book? Because...

    How far have you gone in this book?

    Because the hardest stuff in calculus is most definately Series Error and the LaGrange Method is the only way to go.

    Plus I also just finished AP Calculus...
  3. Replies
    30
    Views
    8,070

    Chess Can't be solved due to the first move...

    Chess Can't be solved due to the first move (white and black) alnoe there are 400 possibilities then the next move there can be about another 400 and so on and so forth.


    Then the endgames could...
  4. Thread: Chess in C

    by PuhFENDanT
    Replies
    8
    Views
    3,608

    yeah I play at 1600 level but our chess coach...

    yeah I play at 1600 level but our chess coach makes us sandbag a lot.

    Like we have to go u1000 and u1300 for nearly three years

    I've been to nationals twice and our team (Pocono Mountain) has...
  5. Thread: Chess in C

    by PuhFENDanT
    Replies
    8
    Views
    3,608

    Hey Swoopy you wouldn't happen to be a chess...

    Hey Swoopy you wouldn't happen to be a chess player would you?

    Because I'm not that bad look me up sometime on USChessLive.org

    My Name's Pfendt
  6. Thread: Chess in C

    by PuhFENDanT
    Replies
    8
    Views
    3,608

    Chess in C

    Has anyone come close to making a good chess program in C?

    Me and My friend did one in Turbo C++ (Which is God Awful close to C) but without classes I don't if it can be done.

    Just a question...
  7. Replies
    37
    Views
    5,443

    Literaly this book is the book that made me pass...

    Literaly this book is the book that made me pass the AP test

    C++ Primer Pluss
    By: Stephen Prata
    Published by Que

    This book is a little old school but its a great teaching accessory.
  8. Replies
    2
    Views
    2,208

    Boggle board help

    Okay I have decided to make a working
    boggle game and it looks good so far its just that I don't have the intricate part of searching a matrix (an apmatrix actually and yes I did jack that s*it)
    ...
  9. Thread: factors

    by PuhFENDanT
    Replies
    6
    Views
    1,121

    #include #include int...

    #include <iostream.h>
    #include <conIO.h>

    int main(void)
    {
    clrscr();

    unsigned int num;

    cout<<"Enter number to find primes of:";
  10. Replies
    8
    Views
    2,087

    You'll also need constructors because you don't...

    You'll also need constructors because you don't have any.

    Then changing the file class.h doesn't really change any thing hell it could be a .c file and you r code wouldn't work
  11. Replies
    11
    Views
    2,108

    No More Need

    I finally got it to work so there will be no more need for any help and thanks a lot
  12. Replies
    11
    Views
    2,108

    I guess you didn't realize the Unknown part. Is...

    I guess you didn't realize the Unknown part. Is there a function to return the number of 'returns' in a file?

    Because that would be the length of the file.

    This is for boggle and I don't want...
  13. Thread: C++ tasks

    by PuhFENDanT
    Replies
    4
    Views
    2,300

    I recommmend on not writing a book

    I recommmend on not writing a book
  14. Replies
    11
    Views
    2,108

    By the way I did do the read into vector method...

    By the way I did do the read into vector method first but I overloaded the memory stack


    But i guess you would have know that do to the fact you are a master toaster
  15. Replies
    11
    Views
    2,108

    No the problem I'm haveing is I want to binary...

    No the problem I'm haveing is I want to binary search a file of unknown length case in point there are more 'S's than 'Z's so I want to effectively use my O(log N) of a binary search

    However I'm...
  16. Replies
    11
    Views
    2,108

    Seriously I need help with this as well because...

    Seriously I need help with this as well because I'm working on boggle


    But I have all summer so yeah get to work

    :D
    This is what I have so far...
  17. Replies
    14
    Views
    1,577

    if your code is exact then Why didn't you notice...

    if your code is exact then Why didn't you notice the fact that you initialized i twice wow what a bone head
  18. Replies
    14
    Views
    1,577

    if your code is exact then Why didn't you notice...

    if your code is exact then Why didn't you notice the fact that you initialized i twice
Results 1 to 18 of 19