by batulok
named/defined constants--Help please
|
|
[1 reply] : C++11: constexpr int MAX_SQUARE_SIZE = 10 ; C++98: enum { MAX_S... (by JLBorges)
|
by Ltp
Linked_list_insertion
|
|
[3 replies] Last: Hi there, Your linked list will always need to keep a pointer to at l... (by closed account o3hC5Di1)
|
by batulok
10 digits per line
|
|
[1 reply] : What issue are you having? Also, is count declared earlier in your p... (by Albatross)
|
by DelBetz
Please Assist me most urgently
|
|
[5 replies] Last: Sometimes i can't figure out the best way to explain a problem -I have... (by eyenrique)
|
by Dominic4774
Been trying to figure this out all day. Help!
|
|
[3 replies] Last: Well that's embarrassing, it was something that small. Thanks for the ... (by Dominic4774)
|
by losv36
comparing array
|
|
[6 replies] Last: Thanks a lot man you were really helpful. (by losv36)
|
by ashleyv
separating a three digit number using reference
|
|
[8 replies] Last: Please stop posting this in multiple threads. I already answered this... (by Disch)
|
by doghot3521
Split string variable.
|
|
[1 reply] : #include <iostream> #include <string> int main() { constexpr cha... (by JLBorges)
|
by Baron94
I need help!
|
|
[16 replies] Last: One tip is you should avoid such long lines of code. Try to keep them ... (by giblit)
|
by toast9
adding a string to another string
|
|
[3 replies] Last: can i see the relevant code please (by Cronnoc)
|
by toast9
Making char the letter value instead of number value
|
|
[3 replies] Last: I figured it out. I made a second variable as a char to hold the lette... (by toast9)
|
by jaykis
How to print the elements of an array
|
|
[1 reply] : You don't need const int N = 10 , it will work just fine to have int... (by Protomega)
|
by ramirez618
"while" function
|
|
[4 replies] Last: I'm not sure what the second while loop is for. From my expeirence, y... (by fahmankhan75)
|
by Emma Naylor
How to create a for loop using class data?
|
|
[2 replies] Last: I haven't learned how to do arrays yet so I have to do this without on... (by Emma Naylor)
|
by clepclep
Eliminating values from arrays?
|
|
[1 reply] : Hmmm, I tried to build this code and I received errors about having un... (by Cplussaywhat)
|
by toast9
reversing strings
|
|
[11 replies] Last: I deleted my previous post because using an array is an over complicat... (by Protomega)
|
by Diexode
Pointers to Return Two Values From a Function
|
|
[3 replies] Last: Yes, I see that. You have the assignments reversed in the function. (by closed account D80DSL3A)
|
by BeginnerSuz
Using ComputerMove() for computer to win
|
|
[3 replies] Last: the computer has no ai here is my tic tac toe computer move code (i us... (by Cronnoc)
|
by Tiawulf
Mathmatical function trouble
|
|
[2 replies] Last: ... well, I feel intelligent... thank you. it works now. (by Tiawulf)
|
by iamk2
Start C++ console app from shell file
|
|
[2 replies] Last: As soon as I read Relative Paths I put changed my shell file to cd /h... (by iamk2)
|