Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~7K People Reached
Favorite Forums

8 Posted Topics

Member Avatar for Nikolas9896

Hi! To Everyone! Could you tell me how I can use GCC with that file comunicatoin, because : g++ main.cpp program1.cpp -o program1.exe - not valid - It didn't saw program1.h and all declaration in him. I had the task : Write a program that prints the numbers from 1 …

Member Avatar for Nikolas9896
0
375
Member Avatar for Nikolas9896

Could you tell me how I can use the .docx file with Visual Studio 2013 but only with C++ code, and in my application **without** using **MS Word** or another wordprocess. Thanks. I wanna change formatting(bold italy, centre..) and text in .docx-files.

Member Avatar for NathanOliver
0
134
Member Avatar for Member #1103765
Member Avatar for sitidahleeya

//in first: //line:3: while(curr != NULL) { if(strcmp( (name+'\0'),curr->lastName)) //in second: /* you must add '\0' symbol for name 'cause scanf - it is not do this. After you must realocated mermory and copy not delete elements only.*/

Member Avatar for Banfa
0
211
Member Avatar for Nikolas9896

Hi to all IT - specialists or men who going to be IT - specialist!!! I'm from Ukraine! I have the job in city of Lions which named Lviv! I'm young developer on C/C++ Have a nice day!

Member Avatar for JorgeM
0
172
Member Avatar for Nikolas9896

**WHY StrCpy - dosen't work normally :( ? Where is mistakes?** #include"string.c" int main() { printf("Hello World!\n"); char *text = "GOOOD TEXT ALL TIME VERY POOR "; int temp = strlen(text); char *copy_text; printf("size text: %d\n", temp); StrCpy( copy_text, text ); printf("TEXT: %s\n COPY_TEXT %s", text, copy_text ); return 0; …

Member Avatar for Banfa
0
217
Member Avatar for Edward_3
Member Avatar for taverasme

Hello! How are can "free(cptr);" If you dosen't used to dynamic memorys? You will helped -** man getline** - in this scope you could see how use that function.

Member Avatar for Nikolas9896
0
6K

The End.