by ahcfan
I need a simple data compression/encryption library
|
|
[2 replies] Last: Thanks for the quick reply. I'll have a look at that. (by ahcfan)
|
by fjr
Discrete Event Simulation Library
|
|
[1 reply] : What exactly are you looking for? Depending on your situation, a libra... (by LB)
|
by shyjuu
what does this line of code means
|
|
[3 replies] Last: Not exactly. Methods themselves can't have methods; if you look at ins... (by Zhuge)
|
by lordcookie
Need help with multidimensional arrays
|
|
[no replies]
|
by bboylizard
Multiple Same highest score
|
|
[5 replies] Last: it it possible to only use vectors? (by bboylizard)
|
Need someone to create this program if able thanks! |
|
[1 reply] : We won't write the program for you, but we'll help you to write it you... (by dhayden)
|
Parallel Arrays&Files as input/output |
|
[no replies]
|
by x5pyd3rx
Function Implementation
|
|
[3 replies] Last: Why s namespace at all? (by kbw)
|
AVL Tree based dictionary |
|
[1 reply] : Can you wrap your code in code tags? I recognize that this is your fir... (by Smac89)
|
by Druizzz
I am having module troubles
|
|
[2 replies] Last: Thank you so much! I will use another variable to avoid this problem. (by Druizzz)
|
by Scarce
Can C/C++ really do everything?
|
|
[7 replies] Last: but how about all the libraries that you'll likely be linking agains... (by ShiroAisu)
|
by julie37
Need help with Class problem
|
|
[1 reply] : You're going to have to write the code yourself. Are you confused as ... (by Militie)
|
by csstudent123
Macros on C++ style
|
|
[8 replies] Last: I think a good general rule is: macros should be used to select code, ... (by ShiroAisu)
|
by bug2207
game of life problem not working help me
|
|
[3 replies] Last: So you add the exercice text and the code without any other context wh... (by ShiroAisu)
|
by hg13190
Simple file handling program
|
|
[1 reply] : 1. What is the desired output? 2. Use code tags and properly format yo... (by ShiroAisu)
|
by Stiltskin
Catch amplitude in period of time of any playing sounds
|
|
[5 replies] Last: I asking how to GET the audio data, or how to catch it, or simply ext... (by Disch)
|
by Rodr1697
Class within a function
|
|
[2 replies] Last: A class is a type, like any other. So when you're defining your metho... (by MikeyBoy)
|
by TomMc
Payroll system....
|
|
[1 reply] : What part of the switch statement are you confused about? Do you have ... (by closed account 2LzbRXSz)
|
by Ceset
Interesting template usage
|
|
[2 replies] Last: Wow, pretty interesting. Thank you for the answer. Going to try it o... (by Ceset)
|
by yj1214
new int initialization
|
|
[4 replies] Last: int *x = new int; x = 5; you are assigning 5 to the actual adress. ... (by xenovia12)
|