Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for salesman91

hi this is my code and I am trying to write a simple code to generate total and grand total. I have **id,name,quantity,price,total,grand total** 'total' works perfectly,but I am having problem getting GT to work. here is the code.... the error I am getting is "Input string was not in …

Member Avatar for hdojms
0
249
Member Avatar for salesman91

hi I am getting this error. I wrote code to save multiple Images...now when I save all the 4 image I get no exception... but when I try to save only 1 or 2 or 3 its throws an exception Empty Path is not legal. Little help plz.

Member Avatar for salesman91
0
780
Member Avatar for salesman91

hi I am trying to save multiple images into one ID and I am getting no where ...I am posting the code so for storing and retrieving image (one image)...but need to store more than one ....need some help here ... using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using …

Member Avatar for salesman91
0
2K
Member Avatar for salesman91

Okay,First of all let me introduce myself as newbee to this language. this is my third day with program,I usually Practice at college where Visual studio 2010 is installed. I have VS2012 ultimate. If I sound silly forgive me,but I am really desperate here. 1st Problem,I couldnt create New SQL …

Member Avatar for salesman91
0
312
Member Avatar for salesman91

` #include<iostream.h> #include<conio.h> void main() int n; int f,c; cout<<"1:enter the faranheit value to convert:"; cin>>f; cout<<"2:enter the celscious value to convert:"; cin>>c; clrscr(); switch(n) { case 1: ftoc(c); break; case 2: ctof(f); break; default: cout<<"try 1 or 2"; } getch(); } float ctof(float d) { d=d*9/5+32; cout<<"faranheit value is:"<<d; …

Member Avatar for salesman91
0
270
Member Avatar for salesman91

hi, I m making a graph with all (x,y) printed on graph line..like from +x=1,2,3....so on and same with -x,+y,-y. below I tried u can try this too but I want clean graph with nos. on it. can someone solve it? [code]#include <graphics.h> #include <stdlib.h> #include <stdio.h> #include <conio.h> int …

Member Avatar for salesman91
0
105
Member Avatar for salesman91

hi everyone, I m glad I joined this forum...I m hoping I will learn and share lots of things. I m 2nd yr IT engg. student in pune university.I hv just started my c language progg. So I m noob in this field right now...I m looking forward to make …

Member Avatar for jbennet
0
29