Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~5K People Reached
About Me

College grad in engineering. I write a little code. Work with AC, RF circuits. Like the outdoors, critters..

Interests
Linux, Gnome, KDE, C, Python
PC Specs
AMD
Member Avatar for Dani

Does anyone here use reddit, and if so, what do you like the most about it?

Member Avatar for chefelr
0
1K
Member Avatar for Dani

I know it’s been a long time coming, but better late than never. In your control panel, you can now choose to hide your location from others in your member profile.

Member Avatar for Dani
2
1K
Member Avatar for dongtuuyen

Windows tablet With very high compatibility with Microsoft Office suite. So if your needs are mostly work, consider Windows tablets. Should I buy an Andriod tablet? Advantages of Andriod: With the iPad you don't have much choice but with Andriod it is different. Since most companies currently run the Android …

Member Avatar for CrunchyRoll
0
388
Member Avatar for cambalinho

heres my actual code for find\search a folder: string FindDirectory(std::string FindDirectoryName[2], std::string StartDirectory="C:") { WIN32_FIND_DATA file={0}; string str=StartDirectory+ "\\*"; HANDLE search_handle = FindFirstFile(str.c_str(), &file); static bool blnFindDirectoryName=false; static string strFolderName =""; //testing if the folder is valid: if (search_handle != INVALID_HANDLE_VALUE) { do { //if the folder was founded, then …

Member Avatar for cambalinho
1
2K
Member Avatar for CrunchyRoll

I'm fairly new to programming, but I've been spending a lot of time lately learning HTML, javascript, and some .NET related scripting/programming. I also have written programs in C++. I'm looking for a project to learn from. My other hobby is writing. I like Office, Outlook, and Thunderbird. I'm looking …

Member Avatar for shadwickman
0
140