by bigdaddydc
Make repeat
|
|
[1 reply] : Use a Do/While Loop. If you can code all of that, you should hopefully... (by kdog436089)
|
by j46martin
Coding for a Task Manager
|
|
[3 replies] Last: The "Preview"-button does show you how others will be presented your t... (by tcs)
|
by JoJodoggy1
Errors for passed parameters for functions in struct/class
|
|
[3 replies] Last: float Calc_GPA(int Examgrade , int Labgrade , Student Compstud ) { in... (by JoJodoggy1)
|
Functions and Structures Inventory Program |
|
[2 replies] Last: The program function should ask for the product the user wants and it'... (by IAMAFOOTBALLER)
|
Searching through text |
|
[1 reply] : Have a look a cplusplus.com Reference. There you'll find a lot of exam... (by tcs)
|
Adding adjacent integers in a vector |
|
[no replies]
|
by davtk8
Insuring a driver
|
|
[3 replies] Last: After modifying my sub-routines and fiddling with my if statements I g... (by davtk8)
|
by jbbmls
Random Number
|
|
[3 replies] Last: Hint: Your probably going to have to use the srand() and rand() functi... (by CS Student)
|
by Nielyboyken
Deleting element from array
|
|
[5 replies] Last: Thanks a lot guys! Worked awesome! (by Nielyboyken)
|
by Nitup
Sometimes getting segmentation fault
|
|
[7 replies] Last: It seems that the problem was just in internal terminal that just exit... (by Nitup)
|
by HG319
Using 2d dynamic array to read in file
|
|
[no replies]
|
by Myna
Please help me with string.
|
|
[1 reply] : bool isUnique(string); please don't declare a function in main or ... (by closed account SECMoG1T)
|
by uglywiggler
Question about parallel arrays not matching up in output
|
|
[3 replies] Last: Wow I feel like an idiot! Anyway thank you so much! I got it working ... (by uglywiggler)
|
by LATCH100
array comparison help
|
|
[3 replies] Last: I think you should check students against the right ones. So you shoul... (by tcs)
|
by newcslover
Revers order of bytes unsigned char array :?
|
|
[10 replies] Last: The results are by using buf_ok array and assignments as mentioned in ... (by newcslover)
|
by gmac
converts name to pig latin (1,2)
|
|
[20 replies] Last: Please, explain your FirstVowel(). (by keskiverto)
|
Validation, and Upper case problems. |
|
[2 replies] Last: input = toupper(convert ); hmm... you can try using transform(word... (by rjvc)
|
by goldyn
String Largest Smallest
|
|
[2 replies] Last: void findSmallest(string text) { char smallestNum; for(int... (by fabtasticwill)
|
by kali17
calculating an expression
|
|
[1 reply] : int num1; int num2; char op; none of these in compute... (by mutexe)
|
by freecody24
SDL event.type?
|
|
[1 reply] : Not sure if that's your real code because you can't have if statements... (by Peter87)
|