User: jcra1992

  • Public profile

User profile: jcra1992

User info
User name:jcra1992
History
Joined:
Number of posts:6
Latest posts:

How can i unite 2 strings in array?
[code]#include<iostream>; using namespace std; int strlen(char []); void strcat(char S1[], char...

Help with ceasar cypher
[code]// //Position: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 //Englis...

How to copy a string to an array?
[code]#include<iostream> #include<string> using namespace std; int main(){ char char_array[1][10...

How to copy a string to an array?
[code]#include<iostream> #include<string> using namespace std; int main(){ char char_array...

Help with 2 dimension array of char
[code]#include<iostream> using namespace std; int main(){ int size_col = 12; int size_...

This user does not accept Private Messages