Posts
 
Reputation
Joined
Last Seen
Ranked #458
Strength to Increase Rep
+8
Strength to Decrease Rep
-2
75% Quality Score
Upvotes Received
10
Posts with Upvotes
9
Upvoting Members
9
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
2
7 Commented Posts
~78.9K People Reached
Favorite Tags
Member Avatar for mikeandike22
Member Avatar for programmingnoob

im having a problem controlling a stepper motor using a microcontroller..what i did is that i test it with my board coz it has led's to check whether its working or not..we are tasked to make a program in c++ that would make a variable reluctance stepper motor work. If …

Member Avatar for rproffitt
0
2K
Member Avatar for pvbhargav

Hi all, I have already used InitGraph and have given the path(C:\\TC\BGI) in Initgraph and checked the Graphics option in Linker Options. Still Iam getting this error. I want a solution. Can somebody pls help me. Its urgent.

Member Avatar for Sun_5
-1
14K
Member Avatar for DemonicGoldfish

Hey all. Not sure if this is really the place to post this, but I thought all you techies may have some knowledge about this: Is there a service that will cut MP3 files, CD's, etc. to vinyls? I have looked at a couple of cutting machines, but I don't …

Member Avatar for Guillaume_2
-1
237
Member Avatar for Mr.UNOwen

As all of you can tell from the title, I need help understanding how to communicate to a USB port. Basically I need to send some bits to a usb micro controller and to do so I need to understand how you do it in C for both a Windows …

Member Avatar for omarcharolin
0
10K
Member Avatar for ang19

Hi have one querery regarding writing in machine code, address- instruction 00000 001 10000 00001 010 10000 00010 100 10000 00011 110 10001 00100 111 00000 10000 000 00001 10001 000 11111 i dont know how to write a program in machine code, which adds up to the numbers stored …

Member Avatar for David_34
0
1K
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 mail2shrid

If i'm scanning from keyboard using getch(), how do i check which arrow key has the user pressed??(Arrow keys have ASCII values same as some other keys so we can't directly check for ASCII values)

Member Avatar for ashok1514
0
4K
Member Avatar for Colin Mac

Hi, I'm a beginner and just started Turbo C I wrote this program in the editor main() { float years, days; printf ("Please type your age in years:"); scanf ( "%f", &years); days = years * 365; printf ("You are%.1f days old.\n", days); } I then run the program and …

Member Avatar for Shankye
1
273
Member Avatar for lonely_girl

hi everyone!!! ive just got an assignment from my teacher to make some graphics in C and i know nothing about it,can someone plzzzz help???? reply as soon as possible...plzzz

Member Avatar for Adak
0
248
Member Avatar for abhijeetcn

I know the function textcolor() included in conio.h in borland compiler. but this function is not present in vc++. also if you can provide me the text formatting functions,or header file containing it. i will be very thankful.......so please help me......thanks

Member Avatar for [Alpha]-0mega-
0
198
Member Avatar for zandiago

Good day boys and girls. So let me ask you, what are your thoughts on piracy. Such as illegal music download, software & movie piracy? In recent times there has been stiffer penalties for being found guilty of the offense. many people have different arguments for/against piracy. For example, those …

Member Avatar for jon.kiparsky
2
973
Member Avatar for sanz
Member Avatar for Adak
0
2K
Member Avatar for coolbreeze

ill show the problem in the book first then ill tell you what i know. ___________________________________________________________________________ Then following formula gives the distance between two points (x1,y1) and (x2,y2) in the Cartesian plane: √ (x2-x1)^2 + (y2-y1)^2 its the distance formula..hard to type on here Given the center and a point …

Member Avatar for gurusaranya
0
1K
Member Avatar for mark0420

plz teach me how to create a role playing game using c++ or any programming language?

Member Avatar for vxp
0
273
Member Avatar for bornagainbiker

Hi, Ive just overcome a problem/virus which was tormenting my computer however, due to the way I stopped it I know its still on my system but unable to load. [U][I]Scanned Computer with[/I]:[/U] AVG, Avast, Pc-Cillin online, nod32 30 trial, antivir, spybot s&d, ad-aware se and pandasoftware online. [I]Result:[/I] [B]NO …

Member Avatar for cohort100
0
359
Member Avatar for badbloodyeyez

hi, I would like to know how to program a PIC16F877 microcontroller. I am using this microcontroller with a LCD so I would like to send data to the LCD. I have connected my microcontroller to a Bluetooth module which is connected to my PC via Bluetooth dongle so I …

Member Avatar for dex391
0
260
Member Avatar for MattCurtis!

Hey everyone. New to daniweb. seems like a really good forum. anyhow, im doing some research on mobile phones and PC's. I want to be able to control my mobile phone flawlessly from my computer. By flawlessly, i mean Making and Recieving Calls, Sending and Recieving SMS, and Syncing Phone …

Member Avatar for peter_budo
0
242
Member Avatar for Colin Mac

I have this C program with multiple files and I want to introduce a new file called enemy.c. and I'm wondering if I'm going about this right. game.h [code] #ifndef GAME_ #define GAME_ extern void game (void); extern void enemyFunc (void); extern int enemyPosX; #endif [/code] main.c [code]int main (void) …

Member Avatar for virgoptrex
0
180
Member Avatar for ROBIN8719

My problem is that..... whenever i try to run a graphics program in c on windows vista,it does not since it is not supporting fullscreen mode. please tell how could i run graphics pro do i need visual c???

Member Avatar for peter_budo
0
133
Member Avatar for s_mostafa_h

Hi All , there is an application for 8051 processor that when u write ur code in asm , and then convert to hex file , [URL="http://chaokhun.kmitl.ac.th/~kswichit/easy1/easy.htm"]this application [/URL](EZDL.4) , it Write ur programm to the Microntroller . apparently , this win application written in C++ . thanx for any …

Member Avatar for s_mostafa_h
0
222
Member Avatar for billy61788

does anyone know of a free virus scan and removal program? the program ive been using runs of the internet and it hasnt been loading for me latley and i think i have a virus. i keep getting a single pop up for a search engine and than my home …

Member Avatar for caperjack
0
256
Member Avatar for frank_hugo_1100

can any one put me on the start of using serial port? i need to know the pins and protocols to use serial port, i know alittle information and how we configure it by using c programming language and visual c++.if there is asite to learn me using serial port …

Member Avatar for mbit.dbms
0
264
Member Avatar for Samran

Hi, I hope I'll get the answer here. Please tell me why do we divide by 32, when using the timer for serial communication to calculate the baud rate? Thanks,

Member Avatar for Colin Mac
0
96
Member Avatar for jazz_vill

Hi I need help on how to use LDR and ADC0804 in 8051 microcontroller. So far I have this in my project but I want to replace the switch with LDR (dark activated). What happens here (attached file)is that I use the switch to decrement/increment the number of cars and …

Member Avatar for jazz_vill
0
965
Member Avatar for shihara

The wheelchair has four wheels, which consist of two rear wheels and two front wheels. The two front wheels are pivot wheel which are set free. There is no actuator which drives both front wheels. Thus, the front wheels can move freely in rotation and straight direction. Therefore, movement of …

Member Avatar for wildgoose
0
164
Member Avatar for md.j.nasir

Hi, I'm looking for some project ideas. I'm interested in doing something innovative and challenging. I'm interested in topics like 1. Artificial Intelligence 2. Networking 3.Image processing 4. Data Compression......etc... Can anyone give some topics which are hot today....It should also be feasible to be done in 7 months by …

Member Avatar for md.j.nasir
0
137
Member Avatar for justin105

Hi there, i m currently trying to come out with a project as below i m trying to use a USB webcam to detect any movement i plan to implement this into a parking system to detect wether the parking is available is Java programming suitable for a system like …

Member Avatar for JameB
0
671
Member Avatar for bczar13

Hi all. First off, let me start by saying that I have no experience in software programming/development/engineering. My career is in architecture. I am looking for some guidance regarding an idea I have for software related to television programming. My questions are: Where do I start looking for a person …

Member Avatar for checkitout
0
125
Member Avatar for nature_love

please suggest a book for following courses( am taking in 3rd semester): Data Structures and Algorithms, Analog and Digital Electronics. any advice to study the above courses will be welcome. thanks

Member Avatar for Piya27
0
118