Search:

Type: Posts; User: shansajid

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds; generated 21 minute(s) ago.

  1. Replies
    2
    Views
    897

    Timer OOP Method (I/O)

    Hi, here is an OOP based time program which is although static and works on input or initializing variables here for u:




    time1.h

    #pragma once
    class time1
    {
  2. Replies
    1
    Views
    730

    C++ Database? Help plz

    Hi,
    How is it possible to store the related data of a program C++ into an external file (like as .txt) and retrieve it?

    I want to write c++ program that can contain data members " id and phone"
    ...
  3. Replies
    3
    Views
    1,219

    object not creating????

    Hi,
    here is my program with the following error when I run it.
    I want to make program that can calculate no. of objects but objects are not creating here. whats is the problem and plz resolve it...
  4. Replies
    5
    Views
    2,284

    no one?

    no one?
  5. Replies
    5
    Views
    2,284

    Book Inventory (why not running?) help plz

    hi,
    my program of book inventory with no errors is giving errors at running time. plz check it , im writing algorithm also here:





    ALGORITHM - BOOK INVENTORY PROGRAM C++

    create an...
  6. Replies
    2
    Views
    1,376

    what is volatile variable?

    hi,

    please simply and easier tell me what is volatile variable, how it is declared and what are the results or how it is different from normal variable?
  7. yes, it was problem of scanf. thanks ...!

    yes, it was problem of scanf. thanks ...!
  8. Pointer to Array Problem, Urgent Help plz

    Hi, Im using pointer to display values of an array but its output is not correct example 23424,0, -323423 etc... whats the problem with my code:



    #include<stdio.h>
    #include<conio.h>
    int...
  9. complete program plz................?

    complete program plz................?
  10. Replies
    23
    Views
    7,411

    how to turn on optimizations in turbo c 3.0?

    how to turn on optimizations in turbo c 3.0?
  11. How can I move data from 1 file to another without pointers.

    Hi,

    How can I move data from one file to the another file without using pointers. Plz give some code. Thnx
  12. Replies
    9
    Views
    1,451

    no problem......................:wink:

    no problem......................:wink:
  13. Hints: if arr[x]>arr[y], then arr[x]=arr[y] ...

    Hints:

    if arr[x]>arr[y], then arr[x]=arr[y] /// use temporary variables // it derives smaller number, its opposite makes larger number program. you may use loop.
  14. Replies
    9
    Views
    1,451

    ok... please write the input "piece" of code...

    ok... please write the input "piece" of code where the user write data with respect to product name, cost, quantity etc and it save in the file inventory.dat
  15. Replies
    9
    Views
    1,451

    error: undefined symbol EXIT_SUCCESS, EXIT_FAILURE

    error: undefined symbol EXIT_SUCCESS, EXIT_FAILURE
  16. Replies
    9
    Views
    1,451

    Product inventory file??

    Hello,

    How to make a program in C to create a product inventory file containing pro0duct name, cost and quantitity and then read the prouct inventory file.

    ?

    :frown:
  17. Replies
    14
    Views
    1,360

    example Roll no. Phone no....

    example

    Roll no. Phone no.
    1001 +665214574
    1002 +665242344
    1003 +6634214574
    1004 +6356544534
    1005 ...
  18. Replies
    14
    Views
    1,360

    Objective: Write a program in C that uses array...

    Objective: Write a program in C that uses array to store the telephone no. of students against their roll no. Input a roll no, and then search the array for the student's telephone number.

    plz...
  19. Replies
    14
    Views
    1,360

    plz edit the code and post for me.thanks

    plz edit the code and post for me.thanks
  20. Replies
    14
    Views
    1,360

    Whats the problem with my array?

    Wrong Output. Whats the problem with my program?

    Objective: Write a program in C that uses array to store the telephone no. of students against their roll no. Input a roll no, and then search the...
  21. What is difference between Bubble,selection & insertion sort?

    What is difference between Bubble sort, selection & insertion sort?
    Can anyone allaborate without C code?
  22. Replies
    2
    Views
    1,253

    I got it......I got it.... ...

    I got it......I got it....





    #include<stdio.h>
    #include<conio.h>
    int power(int a,int b);
  23. Replies
    2
    Views
    1,253

    Help plz in making power function?

    Im getting some troubles in making a program that uses function to display results power of entered number with entered power and results are passed back to main(). See my code, there is something...
  24. Replies
    4
    Views
    1,804

    I get it from an exercising book of C.

    I get it from an exercising book of C.
  25. Replies
    4
    Views
    1,804

    What is this series?

    Hello, Here is a confusing series. I do not understand what is it. 1 - 33 + 52 ................ n and how it can be computed by using loops. plz tell if u know.
Results 1 to 25 of 54
Page 1 of 3 1 2 3