Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

reemamjd

@reemamjd
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • HELP
    R reemamjd

    please help me to find a good java proposal to my java final project.. still we are learning java @ university but they asked us to give the java final project proposal.. so im hopeless in finding a good project..if anyone have a good new idea plz let me knw.. thx..

    F.R.Majeed

    Java java help learning

  • how to read only integers from a file with c
    R reemamjd

    fp=fopen("SDetails.txt","r+");
    while(1)
    {
    ch=fgetc(fp);
    if(ch==EOF)
    break;
    fscanf(fp, "%d", &myInt);
    printf(" %d ",myInt);
    sum=sum+myInt;
    }

    printf("%d",sum);
    fclose(fp);

    what i did was like above ..but it print the same int 3 times ..i cant find the error...please help now i can read only ints from the file..thx

    C / C++ / MFC help tutorial

  • how to read only integers from a file with c
    R reemamjd

    @ venomation :confused: what u mention above could be done through oop language but i want to know how to do it through C (sop)

    C / C++ / MFC help tutorial

  • how to read only integers from a file with c
    R reemamjd

    Im trying to read a file, containing Strings n integers.. please help me to only to read the integers and find the total marks file contain 10 students names and marks ,each in a line and students name and marks separated by a comma . eg: John,89 Katharin,78

    F.R.Majeed

    C / C++ / MFC help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups