- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 3
7 Posted Topics
assume you initialize the vector as follows: vector<widgets> widgetTypes; vector<int> agevector; // vector to hold ages alone struct widgets wid; wid.widgetname = widget one type wid.age=45 wid.color=blue widgetTypes.push_back(wid2); struct widgets wid2; wid2.widgetname = widget two wid2.age=34 wid2.color=yellow widgetTypes.push_back(wid2); struct widgets wid3; wid3.widgetname = widget eight wid3.age=46 wid3.color=green // compare the …
[QUOTE=;][/QUOTE] hi there.. i have gathered how to convert from a fraction no to a binary number. Just mention how much u have to complete this. Based on that if i have time i will help u!
[QUOTE=;][/QUOTE] hi ! hope this helps! pls look into the code here: [CODE]# include <iostream> using namespace std; void main() { char ch; cout << "Please enter a character:"; cin >> ch; int i = int(ch); if ( i >= 97 && i <= 122) cout << "The character just …
Hi ppl! There is a api named NetSharedGetInfo to retrieve the information about any shared resource. Have anyone used this api. I tried using this. iam not sure wat parameters needs to be given to this api. Suggestion wld be useful!
Hi people! For the API, CLSIDFromProgID(), can any one pls suggest what is the parameter exactly mean.. HRESULT CLSIDFromProgID( __in LPCOLESTR lpszProgID, __out LPCLSID lpclsid ); do we need to give the guid?
[QUOTE=;][/QUOTE] hi! iam a cpp developer.. i dont have indepth knowledge in js. though i can give u the logic! i got to know this from my colleague and replying you! 1. while declaring each items for the city combo box, maintain one custom variable and give it a number …
hi! am a cpp programmer.. iam writing a sample application in javascript.. for which i need to load a dll writteen in cpp.. can anyone pls guide me in how to load a library in javascript! thanks, Arun P.
The End.
arunp_eagle