Search:

Type: Posts; User: chaman

Search: Search took 0.00 seconds.

  1. No c, in c++

    No c, in c++
  2. s any variable or container in c which contain any type of data type

    Is any variable or container in c which contain any type of data type, vector, map etc contain single data type, if no then how can i solve this problem.
  3. Replies
    10
    Views
    1,905

    How can determine length of array integer * pm in...

    How can determine length of array integer * pm in main when check (length 5) return int**


    #include<iostream>

    using namespace std;
    int** check(){
    int a=10,b=2,c=3,d=4,e=5;
    int *p[5]...
  4. Replies
    5
    Views
    1,614

    Zero in int array treat as null not digit

    Zero in int array treat as null not digit

    1) how can i use as digit
    2) when i remove zero then it print four digit in array and print some garbage value, how remove this remedies

    ...
  5. Replies
    10
    Views
    1,905

    Thanks for reply, my prob is short out int *u...

    Thanks for reply, my prob is short out

    int *u = reinterpret_cast<int*>(t);
    u++;

    but how can i find at run time which data type send to void*, above code work fine when sending data is known...
  6. Replies
    10
    Views
    1,905

    how void* iterate for next element

    how void* iterate for next element


    #include<iostream>

    using namespace std;

    void check(void *t){

    while(*(int*)t){
Results 1 to 6 of 6