Lost your password?

Blogs about: Struct

Featured Blog

Adversus Nullus, Unnullable<T>2 comments

xosfaere wrote 1 month ago: Let’s fix C.A.R. Hoare’s billion dollar mistake for C#: Null-pointer dereferences. … more →

Tags: Computer Science, Declarative, Imperative, Paradigm, Software, .NET, C#, Class, exception

basic of C# (part 18)

sevenlamp wrote 2 months ago: Enumeration ကိုသံုးျခင္းအားျဖင့္ ကြၽန္ေတာ္တို႔ ကိုယ္ပိုင္data type ေတြေဆာက္ျပီး သံုးလို႔ရလာပါမယ္။ en … more →

Tags: Basic of C#, Programming, C#, .NET, enumeration

Data Struct in HashTable is ReadOnly

maxi326 wrote 2 months ago: I once use a HashTable to work as a fast data lookup for some struct. And I use a delegate to implem … more →

Tags: Programming, C#, hashtable

Computing Differences with Structures in Spec

rvdheij wrote 3 months ago: Something I really like about the structured data is that spec functions can operate on it directly, … more →

Tags: spec 407

Turing, nuclear weapons, and C++ classes

kivkovic wrote 7 months ago: What do nuclear devices and Turing machines have in common? Classes! I suppose you know what nuclear … more →

Tags: C#, turing, Nuclear, Classes, Class

Windows 7 KPROCESS

fightxorflight wrote 8 months ago: kd> dt nt!_KPROCESS +0×000 Header : _DISPATCHER_HEADER +0×010 ProfileListHead : _LIST_E … more →

Tags: kernel structs, Windows, Structure, kprocess, _kprocess, windows 7

Windows 7 KPROCESS

fightxorflight wrote 8 months ago: kd> dt nt!_KPROCESS +0×000 Header : _DISPATCHER_HEADER +0×010 ProfileListHead : _LIST_E … more →

Tags: kernel structs, Windows, Structure, kprocess, _kprocess, windows 7

Win 7 DISPATCHER_HEADER

fightxorflight wrote 8 months ago: kd> dt nt!_DISPATCHER_HEADER +0×000 Type : UChar +0×001 ControlFlags : UChar +0×00 … more →

Tags: kernel structs, Dispatcher, dispatcher header, dispatcher_header, Structure, WinDBG, Windows

Translating headers: struct / record field alignment in C / Delphi

vtopan wrote 8 months ago: If you’ve ever taken a shot at porting headers from C to Delphi, you may have noticed the diff … more →

Tags: Delphi, C#, datatypes, header translation, Record

C# Function Parameter Passing by Reference in Detail

G wrote 11 months ago: Here are is a simple test to play with the function parameter passing in C#. As you guys know int, f … more →

Tags: Global, technology, C#, C# function parameter passing, C# function parameter passing by reference, C# programming basics, Class, object references pass by value, objects pass by reference

Inner Workings of ColdFusion Arrays and Structures

emilpk wrote 1 year ago: Here is an interesting article by Simon Whatley explaining how CF arrays and structures really work. … more →

Tags: ColdFusion, arrays, Structure, Reference, Value

free phrotoshop brushes!! wooo

d4rknn3s wrote 1 year ago: hello do you want free photoshop brushes to make awesome pieces of awesomenes? get your free photosh … more →

Tags: Cool, Photo, Shop', More, Art, Free, Photoshop, brush, Brushes

Indexing Raw Monitor Data

rvdheij wrote 1 year ago: Raw monitor data files get pretty large for busy systems and even CMS Pipelines is slow on a small m … more →

Tags: Feedback

Syntax Scanning Structure Definitions

rvdheij wrote 1 year ago: When playing with the new structure support, I often have mistakes in my definitions. Since I have s … more →

How to check if a file exists in C?

codelupus wrote 1 year ago: There is several ways to check this, for example one could fopen() a file and check if it is possibl … more →

Tags: C#, Programming, files, file exist, struct stat, -Stat.-, Add new tag

C++ struct vs class

AG Raja wrote 1 year ago: This is an example to show the similarity between a struct and a class #include <iostream>usin … more →

Tags: Bookmarks, C#, Class, Private, Public, Object, Member, Download

ActionWebService::Struct - Complex Data Structures

Andrej Kazakov wrote 1 year ago: Problem Sometimes it is very useful to have something a little bit more complex inside a ActionWebSe … more →

Tags: Ruby, rails, Web Service, AWS, data structures

Pointers in C – Easy way to remember

AG Raja wrote 2 years ago: // pointer_example.c #include <stdio.h> int main(void) { int k; // variable type declaration k … more →

Tags: Linux, C#, Tips and Tricks, study, Pointer


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS