Search:

Type: Posts; User: Jazzzz

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    6,475

    I have a variable 'typeName' and a variable...

    I have a variable 'typeName' and a variable 'Name'. The varaibale 'Name' stores a string of characters in the following Format: Auto_'typeName'_Workflow. The string 'typeName' is determined at run...
  2. Replies
    3
    Views
    6,475

    Declare string of dynamic length in C

    I have the following declaration:
    char name[size + 1] = {'\0'}; where size has a predefined value. I don't want to fix the size of the Array. I want to know how to declare a string which will...
Results 1 to 2 of 2