Dear All, We have immediate openings with one of our MNC client based at Bangalore for the openings listed below. The positions would be based at Bangalore. ...
Dear All, We have immediate openings with one of our MNC client based at Bangalore for the openings listed below. The positions would be based at Bangalore. ...
Dear All, We have an opening for REAL TIME GUI DEVELOPERS for UK BASED MNC located in Bangalore. The requirement is as below. „h 3 to 5 years experience in a...
I am enrolled in a starters class for C language Programming, and we got a project. We had to print the calendar for any year the user inputs, >= 1990. We...
Hello ! I wnt to Access Parallel Port through C ++ programming , How to do it ! Help . ... Do you Yahoo!? The New Yahoo! Shopping - with improved product...
Hello ! Well i have an input problem plz solve it . I want to input time to a program like 02:02:54 so that 02 is taken as hour , second 02 is taken in another...
Hi all, i have a simple code that takes employee number and employee name from the user. It is not taking spaces in names. like it takes "abc" but takes only...
Job will required real-time HUD rendered to a black background (like a jetfighter video game HUD) using incoming rs232 x, y, z coordinates. This will be used...
ADVERTISEMENT I have a question about over loading the negative sign (as a member function) to delete a record out of a database. but my main problem is...
Try this... EnterTime() { int hh,mm,ss; printf("\nEnter time as hh:mm:ss\n"); scanf("%d:%d:%d",&hh,&mm,&ss); printf("\n Time is %d :%d :%d \n",hh,mm,ss); } ......
... I'm impressed with the way you've organized your code. You can't be an absolute beginner, can you? Your assignment is rather tough. Your request to...
Thanks a lot to u all people Have a Nice day haan . ... as hour , second 02 is taken in another integer minute and third in seconds(54) . ... strtok comes to...
Well u can also use gets() ; dunction in C language . & to use it in C++ language use cin.get( ) method . ... from the user. ... That's because, you use scanf...
Hi, One way I could think of is to print week by week across the month. The method required some buffer to keep track the day of Sunday for each printed...
Hey, thanks....well i have been trying to get it, but I just get alot of different things, but not the one I need...Thanks again for the help, I appreciate...
hi group I need to ask a question, I just starting to write the code and got stuck on something. If I am using a switch statement as a menu in a program with...
Hello ! Well i have to do this thing for my project that i want to add sound in a c++ program suppose a song or music ......... & i also want to insert GIF ,...
The switch statement doesn't call any functions. It acts similarly to a series of... if (menuchoice == '1') /* do something */ else if (menuchoice == '2') /*...
hi all; Can anyone help me? I want a C++ program that calculates float, long and long double machine epsilon.. I want it immediately.. i will appreciate it so ...
... alot of different things, but not the one I need...Thanks again for the help, I appreciate it!!!! ... You're welcome. I've re-done your code to provide a...
Dear All, We have an opening for REAL TIME GUI DEVELOPERS for UK BASED MNC located in Bangalore. The requirement is as below. „h 3 to 5 years experience in a...
Hi I am looking for help writing a program using the nested for..loop construction. If anyone is willing to help please respond asap.The homework is due in 2...
Hello, Can somebody help me with this? #include<stdio.h> main() { int x,y; scanf("%i",&x); scanf("%i",&y); int z[x-1][y-1];//line 8 } When I compile(gcc) why...
Mmmmm, typedef int *pint; int **z=new pint[X]; for(i=0;i<X;i++) { z[i]=new int[Y]; } This is more safe, i think... :) So, to destroy all... for(i=0;i<X;i++) { ...