Search:

Type: Posts; User: WanTeD

Search: Search took 0.00 seconds.

  1. Thread: C/C++ Vs Java

    by WanTeD
    Replies
    16
    Views
    2,395

    By the way, has anyone heard about DigiPen and...

    By the way, has anyone heard about DigiPen and the RTIS ( Real Time Interactive Simulation) major offered there?

    If yes, I need any information you have about this subject.

    Thank you
  2. Thread: C/C++ Vs Java

    by WanTeD
    Replies
    16
    Views
    2,395

    C/C++ Vs Java

    I am taking C++ courses, I have never used JAVA yet. But everytime I read an article on the net, programmers are always preferring the JAVA laguage over the C++ laguage, saying that it is more...
  3. Replies
    3
    Views
    1,902

    Old Dos/Win95 Games

    You know how all old Dos/Win95 games don't run very well on windows xp? They run slowly and not smoothly??

    I'm trying to run micro machines V3 on Windows Xp, but when the game starts, the graphics...
  4. Replies
    1
    Views
    994

    I think you have an error in your calculating...

    I think you have an error in your calculating array algorithm, try this instead:


    for(row = 0; row < 4; row++)
    {
    for(column = 0; column < 4; column++)
    {
    iArrayAnswer[row][column] = 0;...
  5. Thread: The Nba

    by WanTeD
    Replies
    15
    Views
    4,548

    Couldn't agree more :)

    Couldn't agree more :)
  6. Replies
    40
    Views
    12,018

    Wow..Don't ask me how i found this thread. I was...

    Wow..Don't ask me how i found this thread. I was interested in it because I'm a student at DigiPen (Lebanese' Campus)..I'm just in my junior year (Well it's DigiPen's first year in Lebanon). I just...
  7. Replies
    139
    Views
    29,675

    Poll: Even A democratic country cannot democratize...

    Even A democratic country cannot democratize another country. I had a list somewhere of some not-democratic countries that were conquered by the US in order to free their people from their ruling...
  8. Replies
    4
    Views
    1,632

    The [] mean that that s is a array of consecutive...

    The [] mean that that s is a array of consecutive characters. The number iside the brackets specifies the number of characters.

    s[0] is the first element of the array, s[1] is the second element...
  9. Replies
    139
    Views
    29,675

    Poll: Well most arab muslims hate the USA that's for...

    Well most arab muslims hate the USA that's for sure. I know that cuz i see that in my country everyday (Lebanon); They always try to blow up the McDonalds/Burgur Kings and other american restaurants....
  10. Replies
    3
    Views
    2,269

    Does fprintf overwrite a string?

    Does fprintf overwrite a string?
  11. Replies
    3
    Views
    2,269

    Overwriting a character

    Using C, does anyone know how to overwrite a character in a file without copying the whole file to another new one?
Results 1 to 11 of 11