Search:

Type: Posts; User: p4plus2

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    1,881

    alright accelerated c++ it is, thanks for the all...

    alright accelerated c++ it is, thanks for the all that helped for the input :)
  2. Replies
    16
    Views
    1,881

    I saw that one too, but i noticed it does not...

    I saw that one too, but i noticed it does not cover templates which from what i hear are important to c++, however i know nothing of these yet really other than they are for generic programing....
  3. Replies
    16
    Views
    1,881

    thanks i will look into ACM, it seems like a wise...

    thanks i will look into ACM, it seems like a wise place to join.
  4. Replies
    16
    Views
    1,881

    because things change and are not in particular...

    because things change and are not in particular always updated and people sometimes post to the peoples questions vs just posting it out there... as dumb as that may sound it happens very often so i...
  5. Replies
    16
    Views
    1,881

    READ my post and you would notice i looked there,...

    READ my post and you would notice i looked there, i did not find one that overly stuck out, they all seemed to just not fit what i was looking for.
  6. Replies
    16
    Views
    1,881

    Need a few recomendations

    Well, I have been with c++ for a short time and have a ok grasp of the language. Now i am thinking i really need to pick up a book here for some serious studying.

    I did go through...
  7. Replies
    25
    Views
    6,570

    well, once again thanks for the input, I will be...

    well, once again thanks for the input, I will be keeping my eyes out for the books...i may grab a e book of c++ to read....*pops google up*
  8. Replies
    25
    Views
    6,570

    my parents will not buy me one....I went to...

    my parents will not buy me one....I went to library they had like 6 million books on PHP but i am already very good with php so thats not what i need... for now i will need to stick to the internet.
  9. Replies
    25
    Views
    6,570

    ok i came to the conclusion for now this project...

    ok i came to the conclusion for now this project is officially being scraped, i am running into thousands of problems....especially once i start trying to make a function to turn the cube...I will...
  10. Replies
    25
    Views
    6,570

    i do not have a book, just using various internet...

    i do not have a book, just using various internet resources....

    @everybody else i will be looking at your posts, need time to acctually think through and test each one...
  11. Replies
    25
    Views
    6,570

    I have not got to classes yet sadly...I have been...

    I have not got to classes yet sadly...I have been trying to get a grasp on lower content first....to an extent i have it all down but pointers keep dragging me down.....i decided to make this script...
  12. Replies
    25
    Views
    6,570

    @kernel how do i dynamically allocate more room...

    @kernel how do i dynamically allocate more room for the array(remember i am a newbie :|)


    @cpjust
    my function made an array IN the function, that funtion was a suggested one i should try and i...
  13. Replies
    25
    Views
    6,570

    i get the error: tutorial.cpp: In function ‘void...

    i get the error:
    tutorial.cpp: In function ‘void start_rubik(char)’:
    tutorial.cpp:11: error: invalid types ‘char[int]’ for array subscript
    tutorial.cpp:18: error: invalid types ‘char[int]’ for...
  14. Replies
    25
    Views
    6,570

    c++ -- returning an array from function

    Ok i have a small problem where i have a function that generates an array of characters. However, if i try to return that array i get a mess of errors. I think that i need to use a pointer to do it...
Results 1 to 14 of 15