by CaptnJunks
Mutiple files return value issue
|
|
[2 replies] Last: Almost worked, exept when run the program calls the function a second ... (by CaptnJunks)
|
by sdsu619
string pointer
|
|
[6 replies] Last: @Cubbi ...or even simpler, return std::strchr(str, chr); Just m... (by vlad from moscow)
|
by dmanniteaux
Enum Connection to Input?
|
|
[1 reply] : Let consider for example enumeration enum Suit {Spades, Diamonds, Club... (by vlad from moscow)
|
by jlillie89
Infinite loop
|
|
[2 replies] Last: HAHA GOD! Dude thanks. I was thinking I just copied and pasted it wha... (by jlillie89)
|
by kuriolis
Problems with Insertion Sort Algorithm
|
|
[1 reply] : Personally, I like writing insertion sort in C++ simply as for (aut... (by Cubbi)
|
by Showdon
help with strings
|
|
[2 replies] Last: Wow duh! Thanks for pointing out the obvious. Totally forgot about the... (by Showdon)
|
by CaptnJunks
Variable declaration location gen ?'s
|
|
[2 replies] Last: I was sort of thinking that was it. Thank you, very appriciated. I h... (by CaptnJunks)
|
by nocoder
Question regarding illegal operand
|
|
[3 replies] Last: I would rather not use the pointer. The line should calculate the amo... (by nocoder)
|
by Nadel
How to change all variables
|
|
[4 replies] Last: Thanks guys, especially you toum. That really helped me out. And most ... (by Nadel)
|
question with loops |
|
[2 replies] Last: more than enough thank you! (by Tarek Mohamed)
|
Help with Sorting Array |
|
[6 replies] Last: I suggested that "i" stops before counter , not count . It's simple... (by toum)
|
by sdsu619
pointers/loop
|
|
[4 replies] Last: Note that int* anArray = new int { 5, 4, 3, 2, 1 }; is not valid ... (by andywestken)
|
by khal
Question on Friend Class
|
|
[1 reply] : I'm not an expert on templates but here's what I've got The error com... (by maeriden)
|
by vRltwE
Compose an array with 2byte+1byte+2byte
|
|
[10 replies] Last: That's a good point. I had in mind integral types and bit shifting in... (by cire)
|
by cheshirecat
Converting lower to upper
|
|
[3 replies] Last: Ok I made changes on lines 30-35. I had two instances of Upper. I also... (by cheshirecat)
|
by Riyaadh
Problem With Visual Studio
|
|
[6 replies] Last: The above code has a bit of a problem. There is no need to use the .c... (by andywestken)
|
by lulu girl
detecting data type the user inputs and closing console within the code
|
|
[3 replies] Last: #include <limits> (by cire)
|
by azmizryk
please solve this in easy way....
|
|
[9 replies] Last: @ Chervil Thanks (by dtaqee88)
|
by cheshirecat
Check if a number is a digit or not
|
|
[10 replies] Last: Thanks for all the help! (by cheshirecat)
|
by sdsu619
pointer
|
|
[3 replies] Last: What you want is to modify the pointer's value that is passed to the f... (by toum)
|