Team,
I have created an hierachical structure using data controls
I have a structure of the format
Parent DataList 1
Child DataList 1
- Label
-Textbox
Child DataList 2
- Label
-Textbox
Parent DataList 2...
Hi! All,
I am running VC++ , my project requires to read a file as an argument and generate a new file as an output argument.
I am able to compile the code from command prompt
C:\project\list.exe test.txt out.txt
here test.txt is the input for the program
and out.txt is the file used for...
Hi! All,
I am new to XML, i have learned the basic of the this language. but i have not idea where to implement it or use it.
I want to learn more about using XML with Java. and would like to know. more about DTD , XSL ,
Basically i need links to tools , softwares and add ins
required me...
Thanks,
One more doubt,
How to Write a file using Shelves where the shelves contains a dictonary. and the dic contains the item and their key.
and what other operation can be performed on shelves,
If u can find a tutorial on Shelves, that would be great
thanz
Read data from a text file and assign the data value to a python dictinoary.
#!C:/Python23/python.exe
for line in open('c:\\Python23\\abc.txt','r'):
line=line.strip()
if not line:
continue
m,n=line.split()
print m
this code work fine but the value of m and n should be assign to a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.