by robgeek
Returning a 2d array of constant values.
|
|
[5 replies] Last: @ robgeek : Your attempt had two issues: 1. Compare lines 5 and 12. F... (by keskiverto)
|
by Gore7
variables in a pointer to a function( hurry up and respond somebody)
|
|
[3 replies] Last: I suspect this was asked in the middle of a test, to boot. (by helios)
|
Help with operator error. |
|
[2 replies] Last: Please don't start multiple threads for the same problem. It wastes p... (by MikeyBoy)
|
by joemcmahon
String formatting program
|
|
[2 replies] Last: Okay, thanks for catching that. (by joemcmahon)
|
by curlyTiff
Selecting a Vector row for average
|
|
[6 replies] Last: I attempted to utilize each example but I ran into a lot of problems.... (by keskiverto)
|
by liegex
Class program to sort student name alphabetically crashes on run.
|
|
[7 replies] Last: Thank you all for your help! (by liegex)
|
by pizza
Post incrementer for my own string class using doubly linked list
|
|
[3 replies] Last: It is actually hard to tell without chance to test. But my guess is t... (by coder777)
|
by Catma
How to manipulate switch function to shorten my code
|
|
[3 replies] Last: Put the switch within the predicate that does the comparison. if (par... (by lastchance)
|
by rhamm5798
Shuffling DeckOfCards
|
|
[2 replies] Last: I like that ... it just makes more sense ( now that I think about it).... (by rhamm5798)
|
Sentinel loop ques |
|
[6 replies] Last: Yess!! Thanks a ton :) (by sairaashraf17)
|
by rafi21
c-string explanation
|
|
[2 replies] Last: The name2 is an array of three bytes somewhere in (stack) memory. Ther... (by keskiverto)
|
by awong918
How to find the length of a string without .length()?
|
|
[1 reply] : x.size() or x.end() - x.begin() or x.rend() - x.rbegin() ... (by JLBorges)
|
by shawnap
Program not reading file
|
|
[7 replies] Last: Thanks Andy. (by shawnap)
|
by link45jeff
output formatting
|
|
[5 replies] Last: void exitProtocol (int & totalSmallCups, int & totalLargeCups, int& t... (by link45jeff)
|
by andreaq
String Objects in C++
|
|
[1 reply] : To give you an idea, https://www.tutorialspoint.com/cplusplus/cpp_str... (by chicofeo)
|
by phztfte1
Printing more than once
|
|
[5 replies] Last: Ah yes! Thank you, kbw. (by phztfte1)
|
by ghost1111
question about function
|
|
[2 replies] Last: #ifndef __CUSTOMER_H__ #define __CUSTOMER_H__ #include #include ... (by ghost1111)
|
by ElleJay
Comparing cstrings between arrays
|
|
[1 reply] : https://www.tutorialspoint.com/c_standard_library/c_function_strcmp.ht... (by kbw)
|
by sam0987
understanding the output of g() function
|
|
[4 replies] Last: Some things to note: { } blocks are used to create an inner scope. Th... (by Ganado)
|
by RNBW
C equivalent of BASIC's STRING$(80,"char")
|
|
[8 replies] Last: @Repeater I can't see why you need to use malloc just to print the sa... (by RNBW)
|