I\'ve been asking a lot of questions lately, but hopefully this will be the last one for a while. I\'ve put up an example at: http://myhideout.eu/menu/
i need to work with 100,000 list of data. sometimes need to remove an item close to the end or middle.
This may be a very basic question but somehow it got me tricked... when I write test code, it seems to work, but something is going wrong in production.
I\'m new to c programming and I\'m having a tough time figuring out how to create a string from a structure array.I have a bunch of data points that I want to have in the program.I created a structure
I have a pointer to a structure and I开发者_开发百科\'d like to fetch all of its members by trial and error. I\'m trying to run through the structure by incrementing the pointer by one and derefencing
Hi I have a function A ( xy * abc) that takes a pointer to a structure. typedef struct { int a; char * b;
my text file is like this (the data in the file can also increase) 开发者_开发技巧822 172.28.6.56
We are starting some work on a large a portlet development work using Liferay and I am finding it difficult to structure this project in terms of variousportlets we are creating. We are not sure which
I\'ve been searching high and low (mostly on google) for a fast, efficient, templated (ie. with STL-like properties) octree implementation, without success.I want开发者_运维百科 to use this in the con
Can anyone please explain the structure of JVM memory or I should s开发者_JAVA技巧ay runtime data areas in JVM.Eden, new gen, old gen, perm space - objects are migrated from one to the other depending