Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
6
Posts with Downvotes
3
Downvoting Members
4
2 Commented Posts
0 Endorsements
Ranked #31.8K
~7K People Reached
Favorite Tags
Member Avatar for mvmalderen

This is a [B]toupper[/B] and [B]tolower[/B] implementation for whole c-strings, without making use of the existing [B]toupper[/B] and [B]tolower[/B] functions for characters :) [U] example:[/U] [CODE=C]char s[]="Hello, beautiful world!"; stoupper(s); // s now contains: `HELLO, BEAUTIFUL WORLD!´ stolower(s); // s now contains: `hello, beautiful world!´[/CODE]

Member Avatar for William Hemsworth
0
3K
Member Avatar for fatalblade

hi everyone I'm trying to listing files/drives/folders in pc but I couldnt find anything. please help me .. --[ cryptacker ]--

Member Avatar for Ancient Dragon
0
142
Member Avatar for Creator07

Hello guys, I am doing a small C/C++ program(mainly for use in my father's work - Includes a batch processing inside a folder which is repetitive). I just need to find the number of files in a folder(not necessarily of a single filetype). What I thought was using [ICODE]system("dir > …

Member Avatar for varnesh_kp
0
281
Member Avatar for ishanjain

I having a really annoying problem and i am really f***ed up trying to solve this. So plz guys, help me out with this. First my PC config. Core 2 duo e6600 DG965RY intel original 2*2gb kingston ddr2 800 mhz (Just bought it and this is the start of all …

Member Avatar for jbennet
0
134
Member Avatar for weblover

hi all .....where can i find my windows xp sp3 cd key .....i lost mine from the cd and i can't find another one .....can someone help me please ...and thnx in advance

Member Avatar for certifmix123
0
240
Member Avatar for TheBeast32

Hi, how would I get the temperature and percentage of load for my CPU, GPU, and other things like the hard drive? I'm on Windows XP. Is there something in the Win32 API or what?

Member Avatar for jephthah
0
3K
Member Avatar for ithelp

which can pick up executable if it is available in PATH like [code] int execv(const char *path, char *const argv[]); [/code] I do not want to specify full path , I want it to search in my PATH and execute .

Member Avatar for jephthah
0
85