in dev c++ there is no problem to compile this.What's your compiler?
change this ............. if(sonuc[s]>9){ sonuc[s]=sonuc[s]%10; elde=1; }else elde=0; }...
http://userpages.umbc.edu/~mabzug1/cs/md5/md5.html
#include<iostream.h> //Calculate average and then sort the given numbers /*********** base class *************/ class average{ public:...
sorry but if you cannot write this 2 programs or even try to then you deserve to fail. if you want to pass start coding and we are here to help...
when you say turbo c++ what version do you mean? try this then #include<iostream.h> //Calculate average and then sort the given numbers...
this should do it check the changes i made. #include<iostream> using namespace std; //Calculate average and then sort the given numbers...
your code so far?
try this #include <iostream> int main(){ std::string line; std::cout<<"Enter your a line of text: "; if ( getline ( std::cin, line...
first of all start with the menu that is the easiest part of the exercise and sent your code here for the rest p.s. if you do not know what...
http://www.roseindia.net/java/example/java/applet/applet-versus-application.shtml
Νο
PictureBox3.Image = PictureBox2.Image
one way to code this is #include <stdio.h> #include <stdlib.h> #include <string.h> struct names{ char first[30]; char last[30];...
if you don't want to try coding then we can not help you. you can find someone to code for you and pay him for his services. There are many sites...
check here http://www.javaworld.com/javaworld/jw-03-1999/jw-03-dragndrop.html
if i have got it right you want to do something like this? #include <stdio.h> #include <string.h> #include <stdlib.h> int main(){ int i;...
the error is outside the if clause and more specific in the creation of sResult try this to realiaze it ............ printf("\n...
can you write a mathematical formula for what you want to calculate? maybe this? sum=1+2+3+5+.....+n
one way is this public static void showTransactions(int [] transactions, int balance){ JTextArea text=new JTextArea();...
Separate names with a comma.