Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
7
Posts with Downvotes
5
Downvoting Members
4
2 Commented Posts
0 Endorsements
Ranked #2K
~7K People Reached
Favorite Tags

22 Posted Topics

Member Avatar for yAjMeL
Member Avatar for Bilal gulbaz

can you teach me how to apply file streaming in java? getting the data in notepad ".txt" i'm doing code in javaCreator enviroment.

Member Avatar for Ancient Dragon
0
122
Member Avatar for raliot
Member Avatar for cherrymae.calma
0
329
Member Avatar for folabidowu
Re: C++

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.

Member Avatar for cherrymae.calma
0
276
Member Avatar for suela
Member Avatar for cherrymae.calma

i just want to ask, why we need to declare the header on the upper part of our syntax.

Member Avatar for cherrymae.calma
0
122
Member Avatar for cherrymae.calma

is anyone having an idea on how you going to use ifstream & ofstream without using the header of it.

Member Avatar for deceptikon
0
110
Member Avatar for cherrymae.calma

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.

Member Avatar for deltascrow
0
78
Member Avatar for Adam Ma

to line 11: after entering the number on the upper part your going to apply a condition.

Member Avatar for cherrymae.calma
0
167
Member Avatar for grimreaperx2
Member Avatar for grimreaperx2
0
1K
Member Avatar for carlpike

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: …

Member Avatar for cherrymae.calma
0
454
Member Avatar for ambigouscase

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.

Member Avatar for cherrymae.calma
0
185
Member Avatar for cherrymae.calma
Member Avatar for stevanity
0
160
Member Avatar for Kyren5058

check if till what number you need to form a diamond? cout<<n<<"\t"; apply some character escape seqence..

Member Avatar for cherrymae.calma
0
281
Member Avatar for skiboy209

#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"; …

Member Avatar for raptr_dflo
0
185
Member Avatar for jashbela

[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 " << …

Member Avatar for Onlineshade
0
152
Member Avatar for ibthevivin

[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 …

Member Avatar for Narue
0
295
Member Avatar for nblackburn
Member Avatar for skiboy209

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.

Member Avatar for rubberman
0
192
Member Avatar for synaps

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 …

Member Avatar for cherrymae.calma
0
205
Member Avatar for rajatchak
Member Avatar for Netcode

[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.

Member Avatar for Netcode
-1
227

The End.