by Aleksa03
Removing duplicate characters from string
|
|
[8 replies] Last: > gets(str); Seriously, this is in your training material!? Sheesh. (by salem c)
|
by NP EP
Wonky conditional statement
|
|
[3 replies] Last: Instead of comparing to see if the input number equals one of the poin... (by dhayden)
|
by TravCode
C++ Can't get files to compile?
|
|
[10 replies] Last: ... (by Duthomhas)
|
by Niranjan1993
segmentation fault
|
|
[2 replies] Last: You were taught C++ as an extension to C, weren't you? I'm so sorry. :... (by Albatross)
|
by KishoreG
Question regarding Virtual
|
|
[10 replies] Last: On this implementation, the default alignment of const void* has the... (by JLBorges)
|
by leon4393
sort function not found
|
|
[10 replies] Last: Ah, I didn't notice that option, thanks. (by Ganado)
|
by kramsuiluj
Calling a function (1,2)
|
|
[20 replies] Last: [quote=TheToaster]This is why you should always initialize your variab... (by MikeyBoy)
|
by mcgrim8
palindrome print backwards
|
|
[3 replies] Last: #include <iostream> #include <string> #include <cctype> using namespa... (by lastchance)
|
SearchBar Using Xamarin |
|
[3 replies] Last: It's a robot, posting like clockwork once a week: Sun Jul 21 10:29pm ... (by dutch)
|
by TheToaster
Pass by Value Assignment Operator? (1,2)
|
|
[23 replies] Last: Got it. Thank you. (by TheToaster)
|
by euan
Compiling
|
|
[4 replies] Last: Thanks, I have got it now. I downloaded some extra bits for visual stu... (by euan)
|
by TheToaster
Usage of noexcept with compile time expression
|
|
[3 replies] Last: The T(...) bit creates a temporary object of type T, as would happen... (by Albatross)
|
XOR |
|
[3 replies] Last: if(a == b) means a ^ b = 0 and a ^ (b ^ c) = (a ^ b) ^c. use this two... (by gokuluffy)
|
by codecaine1
Function with IF statements - Error?
|
|
[11 replies] Last: int highest(int a, int b, int c, int d) { if (a > b) { // the... (by keskiverto)
|
by ericM
conditional compiling depending on template type
|
|
[3 replies] Last: constexpr works exactly as I needed. Thanks! (by ericM)
|
length of subarray with xor = 0 |
|
[3 replies] Last: > // Return total count of subarrays having XOR of > // elemen... (by salem c)
|
by TravCode
(C++) Not printing to output correctly?
|
|
[7 replies] Last: I can see that and I appreciate your help mate. (by TravCode)
|
by obeeey
Why program stops after reading into an array?
|
|
[2 replies] Last: It's a weirdness of entering an overly long word on the N-1th iteratio... (by salem c)
|
by Tyncho
Non-zero values
|
|
[7 replies] Last: Hello Tyncho, The link I provided is a recent discussion on the subj... (by Handy Andy)
|
by Walkup
Deference Operator
|
|
[3 replies] Last: Thank you so much! (by Walkup)
|