- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 7
- Posts with Downvotes
- 5
- Downvoting Members
- 4
22 Posted Topics
Re: or else used a adodc1 for linking used Adodc1.Connecstring="app.path" | |
Re: can you teach me how to apply file streaming in java? getting the data in notepad ".txt" i'm doing code in javaCreator enviroment. | |
Re: just try ofstream procedure to record data. just try this one. | |
Re: if you are new in c++ learn the basic code in displaying a Hello world, if you got it. learn the input and output statement of your program and to follow the assignment declaration. | |
i just want to ask, why we need to declare the header on the upper part of our syntax. | |
is anyone having an idea on how you going to use ifstream & ofstream without using the header of it. | |
as a programmer what will you do to refresh your mind about the program you learn to do. its been a 1 year i never created program. but i familiarize myself languages that i use like C++,visual basic,html.php. | |
Re: to line 11: after entering the number on the upper part your going to apply a condition. | |
Re: can you show me what is the possible output of your progam? | |
![]() | Re: i try to run your code to C++ and show some following errors Linking... website.obj : error LNK2001: unresolved external symbol __imp__WSAGetLastError@0 website.obj : error LNK2001: unresolved external symbol __imp__closesocket@4 website.obj : error LNK2001: unresolved external symbol __imp__recv@16 website.obj : error LNK2001: unresolved external symbol __imp__send@16 website.obj : error LNK2001: … |
Re: hmm... testing running program is difficult part, so let them to learn... giving sample program is good but running program completely is really difficult. but comparing the output statement to your codes is one way of learning. | |
using java? how i'm going to get the data in notepad. in short of file streaming? | |
Re: check if till what number you need to form a diamond? cout<<n<<"\t"; apply some character escape seqence.. | |
Re: #include <iostream> #include <string> #include <windows.h> using std:: cout; using std:: cin; using namespace std; int main() { unsigned long n; char Answer; char A; char An; string mystr; do { cout << " What is your name? "; getline (cin, mystr); cout << "Hello " << mystr << ".\n"; … | |
Re: [CODE]#include <iostream> using namespace std ; int main ( ) { double Sum = 0; double Average = 0,Numbers; for(Numbers=0;Numbers<=10;Numbers++) { cout << " Enter Your Numbers "; cin >> Numbers; Sum = Sum + Numbers; Average = Sum/10; } cout << " The numbers you Entered are " << … | |
Re: [CODE]# include <iostream> #include <string> using namespace std; int main () { string fname,lname; int age; char gender[20]; string snumber, sname; string city; string state; int zip; cout << "Enter your first name : "; cin >> fname ; cout << "Enter your last name : "; cin >> lname … | |
![]() | Re: can you show me what is the output of this code/// asap. |
Re: what kind of loop you want to learn? there are three kind of looping statements the for loop,while loop and the do while loop. | |
Re: first you should memorize the code of making a program in C++ language. this simple program will help you. # include <iostream> //this part we could the header of your program. using namespace std; //this part we could the standard library. int main () // this part we could the … | |
Re: omit the simecolon in your if condition. | |
Re: [QUOTE=chibex64;1625873]I deal with vb.net, but i want to take a look at java. Whats your advice on things to expect?[/QUOTE] will expect that creating program using java,is not easy without knowing the important parts of making a program using java. |
The End.