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
~1K People Reached
About Me

Regular guy trying to ake it in a IT World

Favorite Forums
Favorite Tags
c++ x 11
c x 3
Member Avatar for dls_20022002

Hello All, I am new to C programming. I was trying to write a code that will allow me to take an array of n elements, and take every combination of pairs and write it. example: array: 1, 2, 3, 4, 5 output: (1,2), (1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5) I would truly appreciate the …

Member Avatar for zeroliken
0
334
Member Avatar for dls_20022002

Hello everyone im currently making a library, and im new to using arrays, i have added some books to my library file using an array. i was wondering how would i go back and select the element in the file to delete. the area that im trying to code for …

Member Avatar for abhimanipal
0
104
Member Avatar for dls_20022002

IS THERE ANYONE OUT THERE THAT KNOWS HOW TO WRITE TO A FILE'S LINE, WITHOUT CHANGING OR DELETING ANY OF THE OTHER LINES FOR EXAMPLE IF A LINE SAYS Status: Show and i want it to change that line to Status: James plz help

Member Avatar for Lerner
0
79
Member Avatar for dls_20022002

hello everyone, im currently writing a code for a library, and i needed help trying to figure out how to write a code to check an object in or out. im how would i make it user friendly to simply press Y OR N TO CHECK A BOOK IN OR …

Member Avatar for Ancient Dragon
0
64
Member Avatar for dls_20022002

i'm new to c++. i started with the following code and i have an, ISO C++ forbids comparison between pointer and integer ERROR. My my program is for a library. i am now trying to have it pull up my file and read then edit a bookfile. the area in …

Member Avatar for jonsca
0
612