CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lagunaBoy

Search: Search took 0.04 seconds.

  1. Re: subtracting and adding amount in the txtfile

    sir what do you mean conver to int?how?
  2. subtracting and adding amount in the txtfile

    how to subtract and add amount in textfile?
    I have 2 txtfile I want to subtract textfile1 to textfile2

    example:
    textfile1 containg: textfile2 cointaing:
    2000 ...
  3. Replies
    4
    Views
    896

    Re: designing

    ok .

    another question:
    what should I call if i want to add a loading ?

    Loading . . . .
  4. Replies
    2
    Views
    703

    Re: how to use system date ,time

    I`m sory sir ,anyway thanks ,my program is now working with your help ;D
  5. Replies
    5
    Views
    702

    Re: how to search in textfile?

    ah ok . . thanks alot sir . i hope ur still there when i need again a help :D

    thnx again ^^,) by the way im making a cashier system :D
  6. Replies
    5
    Views
    702

    Re: how to search in textfile?

    omg!!!!it is working now sir. thanks alot, im working on that for 4hrs wew!ur the best haha

    but sir break there is required?when I tried to remove the break nothing happens. it is for what sir??
  7. Replies
    4
    Views
    896

    [RESOLVED] designing

    guys help me to make my program to be 100 in design, can you help me or give me some of your skills in designing :D only in console huh ^^,)
  8. Replies
    2
    Views
    703

    [RESOLVED] how to use system date ,time

    I`m making a program that will use system date,time . I will use it in statement of account in bank to show the last transaction of the client
  9. Replies
    5
    Views
    702

    [RESOLVED] how to search in textfile?

    how to search in textfile?

    my program:

    Im making a program that will ask for account number that account number is predefine,it is already in text file.now my problem is during the run time i...
  10. Thread: encryption

    by lagunaBoy
    Replies
    3
    Views
    1,058

    Re: encryption

    oh . .sori sir. .

    example:
    Please enter name: A B C
    ENTER VALUE(1-10) : 1

    (should be)OUTPUT: A B C

    but there if you enter A B C the output will be A!B!C something like that. .
  11. Thread: encryption

    by lagunaBoy
    Replies
    3
    Views
    1,058

    encryption

    using System;
    using System.Collections.Generic;
    using System.Text;

    namespace CMH_ENCRYPT
    {
    class Program
    {
    static void Main(string[] args)
    {
  12. Thread: pop and push

    by lagunaBoy
    Replies
    5
    Views
    985

    Re: pop and push

    i have here my code but i cannot display the top of the element

    anyone look
    and try to help me ...

    - - -- - - - - - - - -- -- - - - - -- - - - - -

    #include<iostream>...
  13. Thread: pop and push

    by lagunaBoy
    Replies
    5
    Views
    985

    pop and push

    anyone help me how to make a program that doing a pop and push
    element ?
  14. Thread: linklist

    by lagunaBoy
    Replies
    9
    Views
    1,277

    Re: linklist

    i don`t know the code for deleting element and adding element etc.
  15. Thread: linklist

    by lagunaBoy
    Replies
    9
    Views
    1,277

    Re: linklist

    update. . .


    help please
  16. Thread: linklist

    by lagunaBoy
    Replies
    9
    Views
    1,277

    linklist

    all programmers here please help me in my problem. .

    I need to create a program that will add element ,insert elements ,delete elements and traverse list.


    to strat w/ it must show a options ...
Results 1 to 16 of 17





Click Here to Expand Forum to Full Width

Featured