User Profile

Collapse

Profile Sidebar

Collapse
dausyana
dausyana
Last Activity: Feb 17 '08, 01:38 PM
Joined: Jan 5 '07
Location: Bucharest
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dausyana
    started a topic javascript little game

    javascript little game

    hello,

    i need a little game (nothing sophisticated, something like hangman ) made in javascript for one of my school projects and i don't actually have the time to make one by myself. if there is anybody who happens to have such a game already made please send it to me at [removed email].

    thank you
    See more | Go to post
    Last edited by acoder; Jan 5 '08, 08:12 PM. Reason: removed email

  • dausyana
    replied to i need a vb application
    i have a yahoo.com e-mail address with "dausyana" as ID :D. As regards the program I don't need a database to store the data, the employees will be ver well stored in a dynamic array, if there's any array in VB, something like:

    Code:
    Public Name() As String
    I've tried to make by myself a small program. but i'm having problems with linking the forms togheter (I'm using VB 6.0). It gives me a lot of errors such as...
    See more | Go to post

    Leave a comment:


  • well..that'sexa ctly how i've tried...anyway i can't figure it out the way you make the keyword's(code' s) letters to be cyclically attributed to the text that needs to be encrypted. in my first functon i had a line such as: index=i%lg in order to make that.
    See more | Go to post

    Leave a comment:


  • i tried the way you suggested horace1 but i get the same problem : decrypt() function does nothing, nothing at all..it's weird it creates the "test_out.t xt " output file but writes nothing inside, and doesn't write anything to the standard output either...anyway thanks for helping me out, i will come back to this problem latter, now i have other 4 projects waiting which are far worse than this one, i don't even know where to start with......
    See more | Go to post

    Leave a comment:


  • dausyana
    replied to i need a vb application
    hi,
    i' m sorry i wasn't too specific with the details but not even I know what kind of application she needs, a "simple multi-file interface user application" was the only detail given to me. I was thinking of something to manage the employees from a (very small :d ) company. An employee should have attributes such as: name, salary, department where he works and the number of hours worked by day and the application to order the employees...
    See more | Go to post

    Leave a comment:


  • dausyana
    started a topic i need a vb application

    i need a vb application

    hello, a friend of mine asked me to look for a visual basic application she needs in school, something simple (e.g. you have some numbers, representing the marks of some students) and you have to sort them or check if a key is in those numbers). i do not have any knowledge of visual basic if you could post me the source code for a simple working application (not the example given as it is already made by one of my friend's mates :P) i would be very...
    See more | Go to post

  • mmm, nup...
    Jules Verne encrypting algorithm sounds like this :
    1.each letter receive a index between the range of 1-26 (A=1,B=2,C=3... Z=26)
    2.each digit of the keycode is ciclycally associated to each letter of the text (e.g. XYZ text encrypted by 42 password would be 424 (Y->4,Y->2,Z->4))
    3.the associated digit of the keyword is added to the letter's ASCII code (e.g. X=24 => 24+4=28 ).
    4.the obtained...
    See more | Go to post

    Leave a comment:


  • well, the program doesn't retun the expected results...i don't know the cause yet i'm still trying to find it out. about this program, it suppose to encrypt a given file (e.g. test_in.txt) according to a encrypting method that looks somehow with the Jules Verne encrypting method. It uses a key to change a caracter to another according to the result of the divide of the ASCII char code to the ASCII code of the supplied key. When i try to encrypt a...
    See more | Go to post

    Leave a comment:


  • thanks horace1 :) , the error message has magically dissapeared ...
    See more | Go to post

    Leave a comment:


  • how can i handle the invalid conversion from `int' to `const char*' error?

    hello, i have to make a pogram that encrypts/decrypts files according to a keycode supplied by the user. now i am kind of new to programming and i do not have too much knowledge of c syntax . i will post the entire source of my programm, if anyone has any ideea how to get rid of the error message, feel free to reply:

    Code:
    using namespace std;
    #include<stdio.h>
    #include<stdlib.h>
    #include<conio.h>
    ...
    See more | Go to post
No activity results to display
Show More
Working...