Search:

Type: Posts; User: 6arredja

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    857

    Image Libraries

    Does anyone know of any websites with Image Libraries that come with a tutorial on how to use it.

    Compiler: Dev-c++
    os-windows me
  2. Replies
    7
    Views
    1,592

    What!!!!

    i read the conversation about 3 times and i cant understand what it is this program is trying to accomplish. Maybe one of you can shed some light for me? :D
  3. Replies
    11
    Views
    1,186

    reply

    idont know!! :D :p :p :p :p
  4. Replies
    4
    Views
    1,328

    reply

    ive been making a program to keep track of mountain dew ive sold in school
    ive used text files to keep track and works very well when i save info but ive been trying to comprehend an easy way to...
  5. Replies
    4
    Views
    1,328

    reply

    Do i use the fstrem.h header? And do i use a text file or what?
  6. Replies
    4
    Views
    1,328

    Data Saving and Loading

    What is any easy way, if any, to save and load data in c++?
    Compiler-Devcpp Os-Windows ME
  7. Replies
    5
    Views
    1,221

    Thanks

    thanks for the help
  8. Replies
    5
    Views
    1,221

    Dividning in cpp

    How do i divide in c++. I ask because my program doesnt give me the right output. I use the dev compiler ver 5 beta.
    example:


    #include <iostream>
    #include <fstream>
    #include <stdlib.h>
    ...
  9. Thread: New lines

    by 6arredja
    Replies
    2
    Views
    1,450

    New lines

    I want to output a new line into a text file but i dont know how please help
    Ex:
    jaime adf
    new line
  10. Thread: File input

    by 6arredja
    Replies
    2
    Views
    1,215

    File input

    I get input from a file called "accounts.txt" and try to compare it with a predefined word such as 'blue'. Here's an example:

    int main()
    {
    char word[50];
    ifstream file;...
  11. Replies
    11
    Views
    1,284

    Help with images in c++

    I have:
    OS: Windows ME
    and
    Compiler: Devcpp

    What library should I use and how?
  12. Replies
    1
    Views
    1,804

    How do I show images in c++

    Help i dont know how to display images in c++
Results 1 to 12 of 13