Search:

Type: Posts; User: zmone

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    823

    crash problem with dynamic vectors

    i don't understand why this program crash if i'll insert a number more of 5 times... i want to allocate dynamically a vector if the input of the user exceeds 5 times... this is the code:


    ...
  2. Replies
    4
    Views
    1,184

    i want to allocate a single char for each cicle...

    i want to allocate a single char for each cicle and for each char.. one by one... can you explain me the correct way to do this operation in a right way?
  3. Replies
    4
    Views
    1,891

    My friend the errors are in the function...

    My friend the errors are in the function process... you've passed by copy the fload radius but in the function you use a variable r that isn't declared (first error) so you have to replace the R with...
  4. Replies
    4
    Views
    1,184

    simple use of malloc and realloc

    Hi guys i want to improve my knowledge about the dyn allocation of char pointers... with this code i wanted to type a string and insert the string in a array created dynamically:



    #include...
Results 1 to 4 of 4