Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
0 Endorsements
~22.4K People Reached
About Me

Most people are trying to re-invent the wheel , I'm trying to make the wheel invent for me!

Interests
3d modelling
PC Specs
Intel Pentium 4 Dual Core 3.0 Ghtz Nvidia GeForce 5500 Fx
Favorite Tags
c++ x 14
php x 5
c x 4
java x 1
Member Avatar for jacove

C++ Code: [code] /* readmail.c */ #include <stdio.h> #include <stdlib.h> #include <windows.h> #include <windowsx.h> #include <mapi.h> #include <string.h> int readmail(); long err; LHANDLE lhSession; lpMapiMessage FAR *lppMessage; lpMapiMessage lpMessage; char szSeedMessageID[512]; char szMessageID[512]; char szTmp[4096]; char szTmp2[50]; LPSTR lpszSeedMessageID=&szSeedMessageID[0]; LPSTR lpszMessageID=&szMessageID[0]; int main() { readmail(); return(0); } int readmail() { …

Member Avatar for ishwar
0
238
Member Avatar for ishwar

Hi ppl, I have made a declaration: char* str; str = " Hi there"; what do i have to do to extract a substring from this? [I]Thanks,[/I] [I]Ishwar[/I]

Member Avatar for ishwar
0
21K
Member Avatar for ishwar

Hi, I am using windows , and I wanto know if there is any api that tells me if a directory exists in windows? Thanks , [I] Ishwar[/I]

Member Avatar for WolfPack
0
133
Member Avatar for ishwar

Hi ppl, I am creating a program that will update itself through the internet. I am creating a windows app. Can I use winsock to do this , without the [I][COLOR=lime]"[/COLOR][COLOR=darkgreen]Windows Firewall has blocked this program"[/COLOR][/I] dialogue? [I]Ishwar[/I]

Member Avatar for WolfPack
0
256
Member Avatar for ishwar

Hi , ppl, I want to get the absolute file path of my c++ app, I tried searching through io.h, but alas , I don't know what the function is.:sad: I am using Dev C++ under Windows. [I]Thanks a lot, [/I] [I]Ishwar[/I]

Member Avatar for ishwar
0
138
Member Avatar for ishwar

Hi, I wondered if its possible to create a java application that works in the background and does not create a window, Thanks, Ishwar

Member Avatar for jwenting
0
129
Member Avatar for ishwar

Hi, in our school, downloading of music files,aqvis,mpeg, exes, zips are disallowed , since i know a bit of php , i wanted to know if i can initiate a download from some http address, using php, and after the file has downloaded into the web server, php renames the …

Member Avatar for paradox814
0
142
Member Avatar for ishwar

Hi guys, and girls, I 'm trying to create a program in c++ using winsock to see what happens when internet explorer sends a http request to [URL="http://localhost:80"]http://localhost:80[/URL] any tips? Thanx Ishwar

Member Avatar for Dave Sinkula
0
129