by Randalf
error C2677: binary '%': no global operator found which takes type 'std::string' (or there is no acceptable conversion)
|
|
[4 replies] Last: error C2664: 'UINT WinExec(LPCSTR,UINT)': cannot convert argument 1 f... (by malibor)
|
by TheToaster
...
|
|
[4 replies] Last: There's a tag line somewhere that goes I have a problem. I know, I'll... (by salem c)
|
by monicam
Fibonacci fcn using vector, wont print in main
|
|
[2 replies] Last: Got it to work, thanks! (by monicam)
|
by Damperman1
Help with changing values of 2 Dimensional Array in a Function
|
|
[6 replies] Last: and, what I gave you is kinda C-ish. But so are arrays, so call it ev... (by jonnin)
|
by lost110
Problem in linear probing
|
|
[5 replies] Last: What's going on at lines 18-20? Those lines just set j=0 or j=x. Did... (by dhayden)
|
by lost110
Array full or not
|
|
[13 replies] Last: ^^^ It won't help because he is doing hashing, if its the same questio... (by jonnin)
|
by Bopaki
Asking for help with the two function sum() and print()
|
|
[3 replies] Last: > C:\Dev-Cpp\ I really hope this isn't the same directory structure th... (by salem c)
|
by AL88
Errors with includes and inheritance and pure virtual functions
|
|
[2 replies] Last: m_joysticks and m_joystickDeadZone are members of the class Input... (by MikeyBoy)
|
by mcnhscc39
Blackjack game returning odd values
|
|
[6 replies] Last: You need to change your 'choice' man (by Rubickon)
|
by babyboi44
Program for finding the largest product of a file
|
|
[3 replies] Last: @babyboi44, A number of the size that you cite for a product of 15 c... (by lastchance)
|
by iiAlex
Caesar Cipher Encryption
|
|
[2 replies] Last: @iiAlex This for loop.. (lines 36 to 42) for (int i = 0; i < n; i++... (by whitenite1)
|
by Deadweight77
Inheritance Class
|
|
[5 replies] Last: Thank you for the help! I'll go on and finish what I need to now. (by Deadweight77)
|
by FeedMeTacos
Remove node by value (hash table using chaining)
|
|
[2 replies] Last: I was able to fix the issue by scrapping the deletion pointer so that ... (by FeedMeTacos)
|
program is adding too many characters to string |
|
[7 replies] Last: Yes, that clears things up a lot for me. Thank you! (by closed account 1Ck93TCk)
|
Can't find error in code for Binary search |
|
[8 replies] Last: Got it, thanks a lot mate :) (by kingnoobcoder)
|
by Shervan360
Allocate new array and copy
|
|
[6 replies] Last: #include <iostream> int main() { int first { 4,15,19,32,44 }; ... (by deleted account xyzzy)
|
by lost110
Reaching all the nodes at specific height
|
|
[3 replies] Last: I'd approach this like peeling an onion. Figure out what you need from... (by dhayden)
|
How to avoid std namespace in header!. |
|
[5 replies] Last: Thanks jlb (by shafiul0304034)
|
Variable length array that seems to work, but doesn't? |
|
[19 replies] Last: Till then I'll just set this to int a and hope nobody types a number ... (by jonnin)
|
by sindhu05
Printing a Binary Tree (in a Visual way) on Console
|
|
[1 reply] : See: https://stackoverflow.com/questions/13484943/print-a-binary-tree-... (by JLBorges)
|