Joined
Last Seen
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
33% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
6
Posts with Downvotes
4
Downvoting Members
4
3 Commented Posts
Member Avatar for The Dude

OK -- You take the LAST word of the sentence and make a new sentence. EX: A man lived by the water. The Result: [b]Water[/b] the grass.

Member Avatar for Dani
3
11K
Member Avatar for thecoolman5

Hey, I recently found out how to shutdown another's computer using yours at school with command prompt and when I tried it, it didn't work. Here's the code: shutdown -i and when I click on browse, it says that the server is unavailable. And here at my school, we login …

Member Avatar for Shinigetsu
0
1K
Member Avatar for blackcathacker

If you could have three wishes, what would they be? Mine: 1. 100 Trillion Dollars in a bank, with access via a debit card. 2. A Space Elevator. 3. Knowing all the science that will ever be known, was known, and known right now, including programming languages, math, bio, physics, …

Member Avatar for james.lu.75491856
0
375
Member Avatar for donial

I want a simple data structure project using C ........ Any one please give me idea.... give me a title....i am very confused....:confused:

Member Avatar for rubberman
0
223
Member Avatar for codeorder

[B]Rules: [LIST] [*] A sentence must contain any 2 words from the previous post. [*] A sentence can only be 5, 6, or 7 words in length. No more, no less. [*] No posting twice in a row. [/LIST][/B] Let's start... [B]In the beginning there was light[/B]

Member Avatar for vinnitro
0
1K
Member Avatar for coolbeanbob

I am relatively new to programming. Today I met with a headhunter. Without asking the question, this person told me that java was where it's at. I was surprised to hear this. I know java is widely used, but it seems like there are plenty of opportunities with C++ and …

Member Avatar for jwenting
0
164
Member Avatar for sangeetha.r44

Videos from youtube can be downloaded by various means. But some of the videos belong to a particular channel which cannot be downloaded by any youtube download softwares that i tried. Eg: The videos [I]'http://www.youtube.com/watch?v=ugiANaZQSkI&feature=watch-now-button&wide=1'[/I] or [I]'http://www.youtube.com/watch?v=BkNc2rlLSgk&feature=watch-now-button&wide=1'[/I] belong to youtube channels and cannot be downloaded by many of the video …

Member Avatar for aditd
0
329
Member Avatar for uv4u

Rename any folder with extension {645FF040-5081-101B-9F08-00AA002F954E} like abc.{645FF040-5081-101B-9F08-00AA002F954E} this will change the display and content like recycle bin "try it and reply "

Member Avatar for PrimePackster
0
292
Member Avatar for Azmah

Hi everyone, My friends and I are looking at getting a domain and hosting (at least vps or cloud, minimum). I would like to know everything I need to know before even handing our money over. I really don't want to break any laws in any countries, I want us …

Member Avatar for Azmah
0
256
Member Avatar for timetraveller92

[quote]Yes you can. But going from a useful, good coding practice that makes further development easy to hardcoded, poor coding practice that makes further development hard does not sound like a good idea. Any reason why you would recommend such a move?[/quote] It's because sometimes you do exactly what the …

Member Avatar for WaltP
-2
187
Member Avatar for lilsancho

Hi all I'm wondering if some one could help me with something as i think i've just forgotten everything i knew :) I have this code: [CODE] #include <stdio.h> #include <stdlib.h> int main() { char A[4]; char B[2]; char C[2]; printf("Enter Numbers: "); scanf("%s",&A); fflush(stdin); printf("Enter Numbers: "); scanf("%s",&B); fflush(stdin); …

Member Avatar for Narue
0
186
Member Avatar for klimburt

does somone knows how to creatye a program that well accept five members and display the lowest number

Member Avatar for lokeshg
0
295
Member Avatar for zeus god

can an1 plz :)help me to write a program to reverse the individual words present in a string ?? exampe:- my name is raju ym eman si ujar

Member Avatar for YAMNA MIDHAT
0
235
Member Avatar for AccurateAG

Hi All: I use Notepad to save files I am putting up on the web, especially for Craigslist and SEO. I copy and paste my keyword lists into it; the problem comes with the way the words are organized. Craigslist prefers the keywords (and don't use that word in a …

Member Avatar for timetraveller92
0
360
Member Avatar for McLaren

Hello, I am having trouble in starting apache. I had vista before and it worked well. Now I installed win 7, and have trouble. When I want to start, I get messages: Busy... Apache started [Port 80] I tried turning off skype, because it was causing problems often. But didn't …

Member Avatar for McLaren
0
3K
Member Avatar for collinskawere

how can i create something of this sort: * *** ***** ******* ********* ******* ***** *** * this is my source code: #include <stdio.h> int main() { int i; i = 1; while(i <= 5) { printf("*\n"); i++; } getchar(); }

Member Avatar for collinskawere
0
165
Member Avatar for timetraveller92

I've got a domain-name that points to one IP When user types the domain name it should point to subdirectory's index.php When user type ip address it should open the index.php in root Anyone knows how to perform this? I've been using javascript top.location and even htaccess can't seem to …

0
70
Member Avatar for timetraveller92

This code is done using C. Whole point of it is to remove the name just before the first hyphen. Its blindly written so I haven't improved it and it has extra variables and no reuse of variables to save space. If anyone can just locate the error why the …

0
131
Member Avatar for murtazamzk

This is a cool trick with which you can hide your files inside a picture. First select the files and compress them to zip or rar and place it in E: drive also place there the picture on which you want to hide the files. Now go to command prompt …

Member Avatar for timetraveller92
1
169
Member Avatar for ChrisMackle

Hey, im new to C++ forums and C++ for that matter. Im 16 years old and want to be a game developer so i made a calculator it took about 30min(a while i know but im a beginner) can someone tell me if what ive done is good code or …

Member Avatar for WaltP
0
182
Member Avatar for mccarthy.den

hello everyone. couple of days back i started learning C (with the help of internet) i have do while loop which i can't get to work as long as i know, when i press 'y' it should again ask temperature. but it is not doing that. i am using Turbo …

Member Avatar for WaltP
0
133
Member Avatar for Iphicles

Hi, can anyone out help me with my assignment which is to read an image file of a maze and find an exit of it. As I'm still kinda of new @ C programming, I'm having problems even reading the image onto C. Cheers Ming

Member Avatar for timetraveller92
1
473
Member Avatar for Panathinaikos22

C is a medium level language ? i guess c++ also that's why C/C++ are faster than others, but i dont think VB/C# example are to slow like some says. That i hear exactly is: (" a ATM Software can't be in High level language VB/C#/Java because are to slow …

Member Avatar for timetraveller92
0
153
Member Avatar for stream4559

I am having problems with my turbo c. its showing me that it cannot find out the include<stdio.h> file from the system.

Member Avatar for timetraveller92
0
201
Member Avatar for s_h_a_m

hello im new in programming and i need help in printing this kind of output [CODE] * * * * * * * * * *[/CODE] the number of iterations depends on users input please help me

Member Avatar for timetraveller92
0
90
Member Avatar for Liuhh00

hey guys lol to be honest...i just got this based off of luck x.x idk how but i can't keep doing this with the rest of my programs lol this is a program for an asterick pattern any way i can improve it just by using for loops?please im open …

Member Avatar for timetraveller92
0
357
Member Avatar for murtazamzk

This is a cool windows xp trick i found out by which you can hide your files under a picture. Follow these steps --> 1. First select the files you want to hide. 2. Right-click the files and select "Add to archive" i.e compress the files to zip or rar. …

Member Avatar for timetraveller92
0
166