No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
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 …
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.
//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.*/
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!
**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; …
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.
The End.