Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
35% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
2
0 Endorsements
Ranked #3K
~23.7K People Reached
Favorite Tags

27 Posted Topics

Member Avatar for Duki
Member Avatar for zelrick
Member Avatar for Rafiii

Hello, so this user input all in one line string , i need to parse the input into two categories: user age and user name. for example , the user input -->> [23:Frank] [15:Jack] [45:] [33:sofia] [] in this case i have more than one argument (delimiter, total of 3 …

Member Avatar for David W
0
2K
Member Avatar for basit_3

some other good reference if interested -->> [http://www.cplusplus.com/doc/oldtutorial/templates/](http://www.cplusplus.com/doc/oldtutorial/templates/)

Member Avatar for Moschops
0
178
Member Avatar for Rafiii

Hello everyone, If i need my program to create as much vectors as needed based on the user first input , assuming each vectors will hold an int value like a combinations of numbers, so latter those vectors will be compared for higher value. EX: prompt the user to enter …

Member Avatar for Rafiii
0
619
Member Avatar for webdev2
Member Avatar for vinay123012
Member Avatar for gara_mirza
Member Avatar for 良红
Member Avatar for juliocesar.schincariolfilho
Member Avatar for CompUS Jim Todd
Member Avatar for MasterChat
Member Avatar for iveto89
Member Avatar for rafiakhan492

a function with data type initiated will return a value , in this case , the main function which is int main() { return 0; } will return integer value , zero or true meaning your program execute without problems or errors, if non found after you compile your code.

Member Avatar for Rafiii
0
167
Member Avatar for absolutewebtech
Member Avatar for maria.gretta

although you did not specify the range for your random numbers i assumed 1-100 should be just fine. #include <iostream> #include <cstdlib> #include <string> using namespace std; void sumFunction() // sumFunction will generate five random numbers [1-100] , then display the sum of all { int rand1, rand2, rand3, rand4, …

Member Avatar for bc230201818
0
210
Member Avatar for shoysmTP

YOUTUBE , there is many channels that specificly demonstrate the graphing part in college algebra or algebra in general. goodluck.

Member Avatar for Stuugie
0
207
Member Avatar for Ola Loay

break your problem into manageable pieces , think of it in term of x and y , start with the basic statement requiring user to enter the initial value then move into the next steps. if you got stuck or some compiler error post your code or ask specific questions? …

Member Avatar for Rafiii
0
387
Member Avatar for EdJones
Member Avatar for Gregory_4
Member Avatar for samjom
Member Avatar for muhammadshahroz

Need more details !!! are you trying to use fileinput & fileoutput kinda program or what you mean by coding file C++ ?

Member Avatar for jtodd
0
182
Member Avatar for Scott_9

Welcome to community , any OO language is in demand now adays and many years to come I GUESS!!, so goodluck.

Member Avatar for Scott_9
0
412
Member Avatar for asdsadddsadsd
Member Avatar for MasterChat
Member Avatar for Weejin

even tho both gentleman before did provide great help i just wanted to participate since i'm still a student like you . #include <iostream> #include <string> using namespace std; int main() { string inputNum; int numCount = 0; cout << "Please enter an 8 digit number" << endl; cin >> …

Member Avatar for Rafiii
0
152
Member Avatar for Rafiii

Hello everyone , i'm a new member here , looking forward to learn C++ .

Member Avatar for ddanbe
0
79

The End.