Forum: VB.NET Mar 9th, 2009 |
| Replies: 2 Views: 1,462 Thank you samir_ibrahim!
I'll try. |
Forum: VB.NET Mar 8th, 2009 |
| Replies: 2 Views: 1,462 hi,
I need some help to store each textbox value into each variables.
This is my class assignment.
Q.Create an applicaiton that allows the user to enter each month's amount of rainfall and... |
Forum: C++ Jun 20th, 2007 |
| Replies: 6 Views: 1,832 I'll try to write these program which Narue and phalaris_trip gave me. (Thank you)
Hopefully I'll be able to finish them and and post them on this board! |
Forum: C++ Jun 16th, 2007 |
| Replies: 6 Views: 1,832 If I return two values, then I will see the answer of my question?
Could anybody give me some simple exercise for return two values?
(Easy one for beginner use!!) |
Forum: C++ Jun 16th, 2007 |
| Replies: 2 Views: 554 |
Forum: C++ Jun 16th, 2007 |
| Replies: 2 Views: 554 What is the difference between "\n" and '\n'.?
Also what is the difference between " " and ' '?? |
Forum: C++ Jun 16th, 2007 |
| Replies: 6 Views: 1,832 I'm studying C++ beginner book for a while and now I'm learning a function call by reference.
I understand how but I don't understand why....
I solved the problem which is in my book.
Problem:... |
Forum: C++ Oct 21st, 2006 |
| Replies: 5 Views: 5,317 Thank you for all your help. I will keep studying my book and if I can find exercise program, I will do it or try writing one myself. The way to become programmer is far away for me......but I will... |
Forum: C++ Oct 21st, 2006 |
| Replies: 5 Views: 5,317 Thank you for your help. It took me a long time trying to understand what you said. Finally, I understand the meaning of the program its in my book. The program named add (which add two numbers and... |
Forum: C++ Oct 21st, 2006 |
| Replies: 5 Views: 5,317 I recently learned the command-line argument from my book, and I understand that both of argc and argv. HOWEVER, I don't know when I will use them and for what purpose??? I appreciate if anybody can... |
Forum: C++ Oct 7th, 2006 |
| Replies: 4 Views: 2,388 Thank you, for your response:)
So, each time I have to reset the pointer to point the begining of the array in order to display the contents of the array like this.....(That completely makes sense)... |
Forum: C++ Oct 7th, 2006 |
| Replies: 4 Views: 2,388 I just start learning C++. I thought I can access an integer array by using pointer arithmetic method. why does the first program work but the second one does not???
#include<iostream>
using... |