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
M

Mortadda jafar

@Mortadda jafar
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • reserve string in c
    M Mortadda jafar

    hay i want reserve without chang index for array exmple with change index:

    char array[20]; int i,j; gets(array); j=strlen(array); for(i=j-1;i>=0;i--) {printf("%c",array[i]) } i want use (strncat & strncpy with for)...for Reverse string but i don't know how i can do this :: ex ::

    char array[20]; int i,j; j=strlen(array); for(*******) { strncat(****) or strcat(***) or strncpy(***) or strcpy; } and in the end i want Reverse string :^) :^)

    C / C++ / MFC question

  • reserve string in c
    M Mortadda jafar

    hello i want reserve string in c just using(string.h) such strcat and strcpy and strcmp libirty without (for or poniter) how???

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

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