Search:

Type: Posts; User: ema

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    3,350

    thanx

    thanx for help! :)
  2. Replies
    8
    Views
    3,350

    help in assembly language

    hello guys!

    does any one here know a good site or a good reference for


    assembly language programming?


    thanx alot:D
  3. Thread: its me again

    by ema
    Replies
    4
    Views
    1,085

    the Error

    --------------------Configuration: trial1 - Win32 Debug--------------------
    Compiling...
    trial1.cpp
    E:\ass#210\ass6tr1\trial1.cpp(389) : error C2440: 'return' : cannot convert from 'struct Data *'...
  4. Thread: its me again

    by ema
    Replies
    4
    Views
    1,085

    about My Last post

    Thanx for those who replied..whether they were sarcastic
    or not..im just a beginner of C++..i am not a shame to ask anything..even if it was a stupid question..i guess

    about this code ive...
  5. Thread: its me again

    by ema
    Replies
    4
    Views
    1,085

    its me again

    hi

    thanx to all people who replied my previous q..


    lol ive another question

    how i can return a pointer to an array of structures?

    thanx :rolleyes:
  6. Replies
    1
    Views
    893

    Returning a static int as an int??

    Hi all

    does any one know if it's correct to use a Static int and then return it as an int?

    for example
    int IncJobCount()
    {
    static int job_count=0;
    job_count=job_count++;
    return...
  7. any function like rand() to ger a randome number of type float?

    hi all

    anyone knows whether there is a function like rand() but generates numbers of type float or not?

    thanx :)
  8. how to read from a text file into an array of records?

    i have a question.. is it possible to read the data from a text file into an array of records? and how can this be done?

    for example if the text file contains names, pins and accounts of...
  9. Replies
    1
    Views
    1,698

    help me with the acrostic Puzzle

    Hi again...thanx to all friends who answered my previous question...i am doing a word puzzle that arranges words givin by the user into their right places ..using recursion the problm is that this is...
  10. Thread: help plz

    by ema
    Replies
    3
    Views
    968

    help plz

    HI can u help me plz to know how can i use colors in c++ and how to get character when im gevin its AsCII code?
    thanx alot
    :confused:
  11. Thread: plz help:(

    by ema
    Replies
    0
    Views
    738

    plz help:(

    plz help me i am a new user of c++ i do not know how to display colors in c++ and how to get a character given his ascii code?
Results 1 to 11 of 11