-
Marked Solved Status for Came back after some time and WOAH!! Where am i ??
The last time a major change happened, i remember in a community chat few people (including me) were saying that the new changes looked a bit girly :P That won't … -
Replied To a Post in Java: Basics
It's funny to see ASAP coming from someone apart from one's stingy boss :D -
Gave Reputation to happygeek in Would Love To See Old DaniWeb
I kinda like the old 'cool techies unite' look! -
Created Came back after some time and WOAH!! Where am i ??
The last time a major change happened, i remember in a community chat few people (including me) were saying that the new changes looked a bit girly :P That won't … -
Replied To a Post in Round Robin Algorithm
Getting a private auto-message for an sponsored post, and coming here to find homework.. just screwed my mood. -
Marked Solved Status for C program crashes out because of big input file
My Program is about Directed Graphs. It reads a list of edges like : `25 589` , and puts 589 into the adjacency list (a linked list) of 25. My … -
Replied To a Post in C program crashes out because of big input file
Apparantly,i had put the vertex count wrong. That led to a null pointer exception.. and a crash. Needed to code the whole thing in java to realise this. Code works … -
Edited C program crashes out because of big input file
My Program is about Directed Graphs. It reads a list of edges like : `25 589` , and puts 589 into the adjacency list (a linked list) of 25. My … -
Edited C program crashes out because of big input file
My Program is about Directed Graphs. It reads a list of edges like : `25 589` , and puts 589 into the adjacency list (a linked list) of 25. My … -
Created C program crashes out because of big input file
My Program is about Directed Graphs. It reads a list of edges like : `25 589` , and puts 589 into the adjacency list (a linked list) of 25. My … -
Created Anyone ever worked in Unisys MAPPER/BIS ?
I work in it now, its kinda hard to work on , given its wanton use of GOTO , its difference from everything i know (save for assembly perhaps , … -
Marked Solved Status for Windows , C , pointer arithmetic and little endian-ness
The below post is just something i thought of contributing here for young( or old ) members starting out in C. In (effectively) 3 lines of code , i hope … -
Replied To a Post in Windows , C , pointer arithmetic and little endian-ness
Well , i knew that sizeof(array) returns memory occupied , but if somebosy had asked me why thats happening , wouldn't have been able to answer properly i guess. Now … -
Replied To a Post in Windows , C , pointer arithmetic and little endian-ness
> Noting, of course, that an array is not a pointer. Though an array name in most contexts is converted to a pointer. Can you elaborate that part a bit … -
Gave Reputation to deceptikon in Windows , C , pointer arithmetic and little endian-ness
On a side note, the technique you're showing is called [type punning](http://en.wikipedia.org/wiki/Type_punning). It's rather common in lower level code. If you're feeling frisky, an example of union-based punning to break … -
Edited Windows , C , pointer arithmetic and little endian-ness
The below post is just something i thought of contributing here for young( or old ) members starting out in C. In (effectively) 3 lines of code , i hope … -
Edited Windows , C , pointer arithmetic and little endian-ness
The below post is just something i thought of contributing here for young( or old ) members starting out in C. In (effectively) 3 lines of code , i hope … -
Created Windows , C , pointer arithmetic and little endian-ness
The below post is just something i thought of contributing here for young( or old ) members starting out in C. In (effectively) 3 lines of code , i hope … -
-
Created A stack of Struct problem
My assignment says : Write a program to perform following stack operations : Create a stack with item code and quantity Itemcode Quantity 111 450 112 0 113 487 114 …
The End.