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.

Nested structure in c

I have to build a nested structure to store some basic information about some person (name, age, address). So I …

c struct structure declaration
copy a directory structure with file names without content

I have a huge directory structure of movie files. For analysis of that structure I want to copy the entire …

linux copy structure rsync
C# P/Invoke: Marshalling structures containing function pointers

Sorry for the verbose introduction that follows. I need insight from someone knowing P/Invoke internals better than I do. …

c# pinvoke marshalling structure function-pointers
reading input from text file into array of structures in c

My structure definition is, typedef struct { int taxid; int geneid; char goid[20]; char evidence[4]; char qualifier[20]; char goterm[50]; char pubmed; …

c arrays structure file-processing
Component without template

I have a bit of code that makes an api call to a server and returns some JSON. It did …

module vuejs2 components structure
Angular2 How to clean up the AppModule

I've been using the tutorials online and created an 'ok' SPA data entry application. I have it connecting to my …

angular structure components single-page-application
How to increase my "advanced" knowledge of PHP further? (quickly)

I have been working with PHP for years and gotten a very good grasp of the language, created many advanced …

php structure system-design
What's the need of array with zero elements?

In the Linux kernel code I found the following thing which I can not understand. struct bts_action { u16 type; …

c structure flexible-array-member
Refactoring Ruby on Rails i18n YAML files using dictionaries

This StackOverflow question gave me food for thought on what is a good structure for Rails i18n files, so …

ruby-on-rails internationalization refactoring structure yaml
Xcode files and folders clean structure and organization

After four years in development with Xcode I started to ask myself (well, yes, I know, a little too late …

xcode file structure directory organization