• Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    Replied To a Post in Java: Basics

    It's funny to see ASAP coming from someone apart from one's stingy boss :D
  • Member Avatar for somjit{}
    somjit{}

    Gave Reputation to happygeek in Would Love To See Old DaniWeb

    I kinda like the old 'cool techies unite' look!
  • Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    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.
  • Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    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 , …
  • Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    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 …
  • Member Avatar for somjit{}
    somjit{}

    Gave Reputation to Hiroshe in Education

    I'm starting to feel a small tug in employers towards looking at a programmers online software repository (github, codeplex, etc...). Anyone else knotice it?
  • Member Avatar for somjit{}
    somjit{}

    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.