Top "Structure" questions

Structure is a fundamental, tangible or intangible notion referring to the recognition, observation, nature, and permanence of patterns and relationships of entities.

What is a good data structure to represent an undirected graph?

I need to construct an undirected graph. I don't need it to do anything too fancy, but ideally it would …

data-structures graph structure functor sml
What is the purpose of gradle's buildSrc folder?

In gradle, what is the purpose of using a buildSrc file as a top level, as opposed to just a …

configuration structure gradle
Calloc with structure with pointers in C

I know that calloc request memory to be used, writes 0 on all the bits and then returns a pointer to …

c pointers null structure calloc
How to set up Umbraco to default in a subpage?

I have this question about umbraco structuring and I can't find the answer anywhere. Typically in Umbraco it will default …

redirect indexing structure default umbraco
initialization of anonymous structures or unions in C1X

I have the following question: How are anonymous structures (or unions) properly initialized according to the current C1X draft? …

c standards anonymous structure c11
How to Break knockout view model in parts with requirejs

I am currently working on an application which is enlarging itself due to so much functionality. Here i am going …

knockout.js requirejs structure
Is it compulsory to learn about Data Structures if you want to be a Java/C++ programmer?

So do I really need to learn about them ? Isn't there an interesting way to learn about stacks, linked lists, …

java c++ structure
What are the total number of possible ordered trees with N nodes?

For example for N=3, we can find easily by listing them all, but when asked for any arbitrary N value …

algorithm tree structure computer-science catalan
c++ reading a a txt file line by line into a char array within an array of structures

I'm new to C++ and having a bit of trouble understanding the whole reading a file stream thing.. any help …

c++ arrays structure line-by-line filestreams
JNA:what is the purpose of getFieldOrder() in structure class

I am trying to call C++ function present within a dll file,C++ function takes structure object as parameter by …

java class visual-c++ structure jna