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
Favorite Tags
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
368
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
130
Member Avatar for PankajSanam

Hello everyone! This is Pankaj from India. I'm a PHP Developer. Right now I'm working in Jaipur as a PHPfox Developer. I joined this community to explore the world of knowledge. It's always good to learn things and eventually make friends out of it.

Member Avatar for happygeek
0
94
Member Avatar for sitidahleeya

Hello, could anyone here please review this code: > the deleteEntry () function are not well working. I dunno how to solve this. #include <stdlib.h> #include <stdio.h> #include <string.h> struct Node { char firstName [15]; char lastName [15]; char Number [15]; char searchName [15]; struct Node *next; } ; struct …

Member Avatar for Banfa
0
190
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
165
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
209
Member Avatar for Edward_3

Hello everyone, I am from Vietnam, but I am working in Taiwan now. I come here just want to learn some and share some and getting to know all of you. Edward

Member Avatar for Nikolas9896
0
66
Member Avatar for taverasme

Hi all, First time poster here, I've referenced posts here on daniweb in the past and it has always been helpful, thanks! But I can't find the answer to this particular problem here on the forums. I need to write a basic string parser as part of a coding assignment …

Member Avatar for Nikolas9896
0
6K