Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~686 People Reached
About Me

3rd Semester Fanshawe CPA Student.....and definite newb.

Favorite Tags
c++ x 10
Member Avatar for pugg09

Well after two semesters and three absolutely 'horrible' teachers I've decided to drop my C, C++ courses and move over to a different line of study at college. This is sad really since I'm almost 40 and had been hacking for the past 15+ years and really needed more professional …

Member Avatar for pugg09
0
185
Member Avatar for pugg09

It's the newb again. I have a lousy professor who won't even show us how to get started on importing a file (call it 'independent study'). Can anyone help me? I need to import the following data to produce a bar graph. Here's the data. Can anyone help me to …

Member Avatar for Lerner
0
109
Member Avatar for pugg09

I'm still really green at this, but I've been working at this for 2 hours now and I'm stuck. Can someone help me? I'll post the code first, then the error underneath. thanks everyone! [code] #include <iostream> #include <vector> #include <string> #include <fstream> using namespace std; class Resource { public: …

Member Avatar for ~s.o.s~
0
179
Member Avatar for pugg09

[B]RegQueryValueEx and ÌÌÌÌÌÌÌÌÌÌÌÌÌ !!!![/B] Does anyone know why my code gives me "ÌÌÌÌÌÌÌÌÌÌÌÌÌ" Here's the code. HKEY keyHandle; char rgValue [1024]; LPCTSTR regPath = "Volatile Environment"; LPCTSTR regReq = "USERDNSDOMAIN"; DWORD size1; DWORD Type; if( RegOpenKeyEx(HKEY_CURRENT_USER, regPath,0, KEY_QUERY_VALUE, &keyHandle) == ERROR_SUCCESS) { RegQueryValueEx( keyHandle, regReq, NULL, &Type, (LPBYTE)rgValue,&size1); } RegCloseKey(keyHandle);

Member Avatar for pugg09
0
114
Member Avatar for pugg09

I tried searching the forums but I've come up dry. Can anyone help me with this simple coding excercise. I wanted to template my datatype in my class, but it's coming up with errors. [code=c] //template <typename T> //----> i want to use this class typeClass { private: int myArg; …

Member Avatar for ~s.o.s~
0
99