Jump to content

C Programming Help[Gr]


UnSponsored

Recommended Posts

Exw mia argacia sthn sxolh sto ma8hma ths C kai exw kolisei se ena shmeio.

8elw na mou dosete enan kodika o opoios 8a diavazei enan Username kai 8a  dimiourgei to password etsi wste na einai to antistrofo tou username

 

px:

Diavazw ena username ( px "UnSponsored")

etsi wste Username = "UnSponsored"

8elw sthn metavlith Password na apo8ikeftei to aintistrofo tou 

etsi wste Password = "derosnopSnU"

 

 

FFl36EF.png

 

thnx in advnace

Edited by UnSponsored
Link to comment
Share on other sites

This should do the trick:

#include <string.h> // for strlen()

// reverse the given null-terminated string in place
void inplace_reverse(char * str)
{
  if (str)
  {
    char * end = str + strlen(str) - 1;

    // swap the values in the two given variables
    // XXX: fails when a and b refer to same memory location
#   define XOR_SWAP(a,b) do\
    {\
      a ^= b;\
      b ^= a;\
      a ^= b;\
    } while (0)

    // walk inwards from both ends of the string, 
    // swapping until we get to the middle
    while (str < end)
    {
      XOR_SWAP(*str, *end);
      str++;
      end--;
    }
#   undef XOR_SWAP
  }
}
Link to comment
Share on other sites

can be done in a simplier way

 

this is a char array, so create a new array with strlen size and add chars to it iterating the first string backwards

 

ps: dont fuck up with the line feed if any or with the null character

 

theres a reverse function in string.h afaik no sure tho

Edited by xxdem
Link to comment
Share on other sites

thnx elfo,tha to tsekarw meta...twra exw ena alo provila

8elw na ftia3w enan pinaka 50x7 o opoios 8a periexei 50 accounts (grammes) kai 7 Stiles se (name,surname,year of borth,username,password .....ktlp....)kai ola afta 8a diavazontai apo on xrhsth.....

Egw mexri twra 3erw oti gia na apo8ikefsw ena onoma prepei na to valw sthn metavlith (f.e. name[16] ) pou sthn ousia einai 1x16 pinakas....

Ti pinaka prepei na ftia3w gia na apo8ikevw ola ta dedomena afta...

Afto pou eixa kanei htan na kanw enan pinaka 50(grames)x7(stiles)x16(xaraktires) alla mou eipan einai la8os kai den borw na to xrisimopoieisw akoma gt den to exoume didaxtei....

 

ps: eimai se polu newbie stadio

thnx in advance

Link to comment
Share on other sites

gelasa me to oti den apa3ioses kan na diavaseis afto pou egrapsa giati epsaxnes gia etimo kodika...

 

aftoi ftene pou sas dinoune kai ptixia

lol veveos to diavasa,den edosa simasia gt vrika alou provlima pio sumantiko...episis den katalava kan ti i8eles na peis prwton gt ta agglika m einai gtp kai defteron epidi eimai too newbie sthn C.....anyway nvm...

 

oso gia to telefteo post pou ekana gia tous pinakes vrika ti lush..

nvm ty pados.

Link to comment
Share on other sites

lol the preprocessor inside function

If you are talking about the code, i just googled shit, that was approved to be working. I don't mess with C shit. Not my area.

Link to comment
Share on other sites

void usernametopassword()
{
 len = strlen(username[p]);
 ptrinv = username[p] ; 
 k=len-1;
 for(j=0;j<len;j++)
 { 	
 password[p][k]= *ptrinv;
 	k--;
 	ptrinv++;	
 }
}

to ekana etsi kai doulepse,,,thnx gia to help.

You can lock it

Edited by UnSponsored
Link to comment
Share on other sites

  • 2 weeks later...
Guest
This topic is now closed to further replies.


  • Posts

    • ??? error   https://ibb.co/Srn4LsX No support  :S   No support : S ? :S
    • I also think this feature would bring more harm than good... another example is a dwarf rushing against your mobs so he takes priority, then he plays fake death and proceeds to grief the shit out of you. A minimum damage threshold is necessary, which would basically converge to what is the default feature (i.e. biggest damage dealer)
    • I bought the premium to watch the video and it's private. 😢
    • For some Majestic reason OP can't edit their topics anymore?    Let me update the potential offers, I got up to 2 spots to fill.   CONTACT TELEGRAM ONLY: https://t.me/asupport_g1     A credible team that SGuard represents is looking for java developers.    These positions is full time only i.e. your time is mostly dedicated within the team and team tasks, side gigs are fine, as long as you are able to combine your gig and main.  All necessary tools are provided.  The team is consistent with > 10 team members and the team is looking to expand to meet various goals. A decent Lineage 2 Essense OR Main (GOD) knowledge is needed.  Experience with l2r/l2p/l2s. mobius is fine too for referrence only. The team is friendly and goal oriented, very active and resourceful.   Requirements are standard, java knowledge is optional.  Multi language is a plus but not necessary (English/Russian), any is accepted.   Terms and conditions including compensation are reasonable and considered to be up for the industry standards. Details are negotiable with suitable candidates.   You will need to have a headset and a mic just for the initial processing, there're no team meetings or conferences after that. There's a small 30min interview process to demonstrate knowledge and just to meet each other.   The team has decided it is in their best interest to not publish their information at this time. Details will be available only for suitable candidates.   CONTACT TELEGRAM ONLY: https://t.me/asupport_g1
    • Thanks for the detailed info. I also have some ideas in mind but the execution may be hard. Thanks again!
  • Topics

×
×
  • Create New...