Forum: ASP.NET Mar 12th, 2009 |
| Replies: 2 Views: 521 I have problem with detailview. My detail view like this:
ProductID: 1
ProductName: car
Price: 200
And when I click link button, it will appear "1"
This is the code behind:
Protected Sub... |
Forum: VB.NET Jan 7th, 2009 |
| Replies: 2 Views: 2,671 I'm learning vb.net, I have to work with file and folders.
I need to know how to change file or folder name.
Could you help me?
Thanks for advanced! |
Forum: Java Sep 28th, 2008 |
| Replies: 1 Views: 371 I want to ask are these things possible (I use J2ME)
1) Normally, when you make a call, you input a phone number and that phone number appear from right to left. Can I code that the phone number... |
Forum: C++ May 2nd, 2008 |
| Replies: 2 Views: 445 I need to know about audio transmission between two PC, code is written by c++
It's so hard to me |
Forum: C++ May 1st, 2008 |
| Replies: 2 Views: 445 I research into code c++ for multimedia. It's audio and video transmission.
I really need some books or sample to understand multimedia operation
Could you help me?
Thank for advanced. |
Forum: C Nov 4th, 2007 |
| Replies: 1 Views: 1,853 I have some problems:
- How can I erase a file?
- How can I create a random string has 8 letters?
This is my code to create a random string has 8 letters:
char *b="";
int ... |
Forum: C Oct 30th, 2007 |
| Replies: 3 Views: 3,276 Thank you for your helps :) |
Forum: C Oct 28th, 2007 |
| Replies: 3 Views: 3,276 I have small question:
How can I create a random string from 'a' to 'z'?
thank you! |
Forum: C May 11th, 2007 |
| Replies: 1 Views: 682 I have just learnt C so I always meet some problem
Could you tell me the meaning of this code?
void InsertListOrder(Nodeptr &Head,Nodeptr G)
{
Nodeptr P, Q;
P = Head;
while (P... |
Forum: C May 6th, 2007 |
| Replies: 1 Views: 2,293 This is my code:
#include<stdio.h>
#include<conio.h>
#include<alloc.h>
#include<string.h>
#include<dos.h>
typedef struct node *nodeptr;
typedef int infor;
struct node |
Forum: C++ May 5th, 2007 |
| Replies: 4 Views: 931 thank you for your helps :) |
Forum: C++ May 4th, 2007 |
| Replies: 4 Views: 931 Could you tell me the mean of this code?
while(1)
{ // do something
thanks! |
Forum: Visual Basic 4 / 5 / 6 Mar 5th, 2007 |
| Replies: 2 Views: 1,269 I solved my problem. Thank you!!:D |
Forum: C Mar 5th, 2007 |
| Replies: 5 Views: 1,444 My mistakes of program:
- Can not convert 'node*' to 'node**'
- Can not convert 'node**' to 'node*'
- Function should return a value
I don't understand these mistakes. Could you help me?Thank... |
Forum: C Mar 4th, 2007 |
| Replies: 1 Views: 943 I'm learning linked list. I have a question: How can I connect 2 linked list ? Thank you!:) |
Forum: C Mar 4th, 2007 |
| Replies: 5 Views: 1,444 I have some problem with linked list FIFO(first in first out).
This is my code:
typedef int datatype;
typedef struct node *nodep;
struct node *first,*last,*p;
struct node
{
datatype... |
Forum: Visual Basic 4 / 5 / 6 Feb 24th, 2007 |
| Replies: 2 Views: 1,269 I have just begun to learn VB 6.0.
I have a question: I save a project "freind.vbp" , then I want to open it but I can't open the properties of project. I only open the code of project.
How can I... |
Forum: C Feb 21st, 2007 |
| Replies: 17 Views: 22,039 I have just finished my program! Thank you all of you :D |
Forum: C Feb 17th, 2007 |
| Replies: 17 Views: 22,039 ... but it stop reading at the first line and not jump to second line. Could you help me at this point?
thank you! |
Forum: C Feb 14th, 2007 |
| Replies: 17 Views: 22,039 Here is my code :
#include<conio.h>
#include<stdio.h>
main()
{
clrscr();
int v[10],v1[10],i=0,j,t,k,number,count=0;
FILE *f ;
f=fopen("numbers.inp","r"); |
Forum: C Feb 12th, 2007 |
| Replies: 17 Views: 22,039 I try but I can't run my program.
Have EOL (end of line) in C?
I know only EOF. I used fgets but it read for char |
Forum: C Feb 6th, 2007 |
| Replies: 17 Views: 22,039 If I caculate sum of numbers line by line.
This file "data.inp" have numbers:
6 3 5 4 5
2 5 3 1
5 8 7 9
2 5 6 3 5 8 4 6
I want the result is:
23
11
29 |
Forum: C Feb 5th, 2007 |
| Replies: 17 Views: 22,039 I have a question:
I have a file named "data.inp". This file have numbers:
6 3 5 4 5
2 5 3 1
5 8 7 9
2 5 6 3 5 8 4 6
If I want more line of numbers, I will add numbers.
But I don't know how to... |
Forum: C Jan 28th, 2007 |
| Replies: 4 Views: 3,566 thanks, all of you!
my program has run well!:p |
Forum: C Jan 26th, 2007 |
| Replies: 4 Views: 3,566 I try but my program is not OK. The result is same as before. It is not change anything |
Forum: C Jan 25th, 2007 |
| Replies: 4 Views: 3,566 I have a question:
I create a file named "number.inp". This file has a row of numbers:
5 4 4 3 3 3 2
note: 5 is the first number, haven't any space or char in front of 5 |
Forum: Pascal and Delphi Sep 29th, 2006 |
| Replies: 1 Views: 1,374 I'm have questions:
what can we do with 'static' and 'dynamic'? And how useful of it?
how can I see useful of it?
you can tell me the difference:
a: array[1..1000] of ^integer;
between
a:... |