User profile: Kalcor

User info
User name:Kalcor
Old user name:Bliink
History
Joined:
Number of posts:188
Latest posts:

Difference between struct* and struct*&
Having a linked list for example in the form of a struct. Why do we send the head of the linked list...

Structs question
@helios [code]struct Test{ int data; float x; char a[10]; }b[10]; int main() { for(int i = 0...

Structs question
@helios. A normal swap function. swap(a,b);

Structs question
Hello, I recently encountered a small debate with myself about a struct thing which is swapping elem...

Finding Inverse of a matrix
Hello, I recently came across this code to find inverse of a 3x3 matrix, and I don't get a few thing...