Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
2
2 Commented Posts
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for purepecha

/* this program compiles is almost done, but i cannot get the las function to sort numbers from the array. the output should have the even number on the left and odd numbers on the fright.*/ [code=cplusplus] #include <stdio.h> #include <stdlib.h> #define N 9 void revArray(int *a); /* reverse an …

Member Avatar for arkoenig
-1
1K
Member Avatar for purepecha

//help please, i just want the program to tell me // if there is a repeated # on the string // is always true or false #include <iostream> using namespace std; const int ARRAY_SIZE = 5; bool valid2(const int list1[]); void fillArray(int list1[], int ARRAY_SIZE); void printArray(const int list1[], int …

Member Avatar for joshmo
-1
108
Member Avatar for purepecha

//help please to solve this problem for multiple programs //with arrays. //The purpose of this program is to calculate the car charges //in a parking lot. this program is working for 1 car. //My assignment is to make a program that works for multiple cars //at the same time. //to …

Member Avatar for joshmo
-1
1K
Member Avatar for wednesday

Hi All, I'm doing a mini project which is adding items to the listview and calculate the total price in a label outside the listview. How do I print the final receipt with all the sold items listed and the total etc Thanks in advance for ur help How do …

Member Avatar for ericstenson
0
183
Member Avatar for purepecha

[code=cplusplus] //I got almos this program done, it gets the apropiate result skipping some steps. //How do i pass the "int diff" to the "printText function". diff is the largest elemt or the //more repetitive letter from a text file, where the alphabet was shifted by 12. //Also, The largest …

Member Avatar for William Hemsworth
0
98
Member Avatar for purepecha

[code=cplusplus] //I have a problem, i trying to get the total prime numbers for each row on the output. //I jus getting the total prime numbers from the firs line 1 to 100 // my task is to get the total prime number from 1 to 100, 1001 to 2000.....49001 …

Member Avatar for Prabakar
0
111
Member Avatar for purepecha

/* this program compiles is almost done, but i cannot get the las function to sort numbers from the array. the output should have the even number on the left and odd numbers on the right.*/ [code=c]#include <stdio.h> #include <stdlib.h> #define N 9 void revArray(int *a); /* reverse an array …

0
63
Member Avatar for purepecha

/* I compiles this program it works, but my problem is. I cannot reset the original values after print the results, so the second function still carries the prevoius results. I want to use the same variable int parmA=12; int parmB=28; for both functions. Also any suggestions to get rid …

Member Avatar for mitrmkar
0
72
Member Avatar for purepecha

/*Your task is to create the special functions used by this routine, which are shown in blue in the above program. You need to write the functions so that they can be used by the main routine as shown. In other words, do not change the way the functions are …

Member Avatar for ithelp
0
106
Member Avatar for purepecha

/* I'm new on c ++ and i been strugling with this problem. create the special functions used by this routine and write the functions so it can be used by the main routine as shown*/ [code=c] #include <stdio.h> #include <stdlib.h> Void powerArgs(int *parmA, int *parmB) { int temp = …

Member Avatar for Ancient Dragon
0
125
Member Avatar for purepecha

/* I'm new on c ++ and i been strugling with this problem. create the special functions used by this routine and write the functions so it can be used by the main routine as shown*/ #include <stdio.h> #include <stdlib.h> void divideArgs(&parmA, &parmB); { int temp = *parmA; *parmA = …

Member Avatar for zhelih
0
78
Member Avatar for purepecha

/* I'm new on c ++ and i been strugling with this problem. create the special functions used by this routine and write the functions so it can be used by the main routine as shown*? #include <stdio.h> #include <stdlib.h> void swapArgs(int *parmA,int *parmB) { int temp = *parmA; *parmA …

Member Avatar for zhelih
0
79