15,667,233 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by shanmugarajaa (Top 8 by date)
shanmugarajaa
6-May-13 4:59am
View
Can you provide me sample application or reference to create serializtion tree.
shanmugarajaa
2-May-13 5:50am
View
Friends, I'm working for product based which is developed using VC++ 6. Actually it was an old design. They have been using
big structure
which contain more than 100 members variables. Those variable monitor continuously. User have option to give variable name by string and corresponding value are display. Right now they are using
"offset"
concept for all structure members. using this adress the values are fetched and displayed. Now the problem is whenever the stucture got modified then we need to calculate offset for a modified structure. It is so difficult for me to calculate offset for more than 100 variables. I have an taken steps to finding so other way to retrieve value using Variable name by string. But I cant change the design(
Structure
).
shanmugarajaa
30-Apr-13 8:41am
View
See If some one posting the question or doubts and If I know the concept to fix the problem. then I wont bother about propose, why, and etc... My only aim is to help him to fix the problem.. If you know the concept plz help me.
shanmugarajaa
30-Apr-13 7:49am
View
See, I want to map Variable Name string to Actual variable this my actual requirement.
shanmugarajaa
30-Apr-13 7:26am
View
for Example:
int GetValue( CString VariableName );
"Stud->rollnumber" variable Name passed as string to above function and function should return the value of Stud->rollnumber.
shanmugarajaa
22-Mar-13 6:44am
View
Hi,
I did the same what you are cite above.
Lib.ccp file
pragma once
#include "pwrcom.h"
#include "Lib.h"
Global.cpp
pragma once
#include "pwrcom.h"
#include "Lib.h"
But still i getting error..
shanmugarajaa
27-Sep-12 6:32am
View
Now i am getting problem in this block of code
char *buff;
SCustInfo *pCustInfo;
CString sReceiveStr;
int br=Receive(buff,sizeof(SModelInfo));
buff[br]='\0';
SModelInfo *oModel1;
oModel1 = new SModelInfo;
oModel1 = (SModelInfo*)buff;
Main problem is, i need to append one by one data which is retrieve from file and finally sent to client and same way data to be received. Plz can you give sample code or suggestion.
Thanks and Regards,
S.Shanmuga Raja
shanmugarajaa
27-Sep-12 6:31am
View
Deleted
Now i am getting problem in this block of code
char *buff;
SCustInfo *pCustInfo;
CString sReceiveStr;
int br=Receive(buff,sizeof(SModelInfo));
buff[br]='\0';
SModelInfo *oModel1;
oModel1 = new SModelInfo;
oModel1 = (SModelInfo*)buff;
Main problem is, i need to append one by one data which is retrieve from file and finally sent to client and same way data to be received. Plz can you give sample code or suggestion.
Thanks and Regards,
S.Shanmuga Raja
Show More