by Smac89
Help with dynamic arrays
|
|
[2 replies] Last: Figured that was the problem, thanks anyway for the reply (by Smac89)
|
Mask the given string |
|
[12 replies] Last: char* UNMASK_DATA( char* pStr ) { int i = 0; int count = 0; ... (by closed account D80DSL3A)
|
by Trowen Nagbe
What is the best API?
|
|
[1 reply] : Beginner or not? SFML is a good one for a beginner that contains wind... (by Stewbond)
|
by caibbor
passing types to functions
|
|
[5 replies] Last: ...genius. thank you. (by caibbor)
|
Console applications keep crashing. |
|
[4 replies] Last: @johnnydiamond08 Remember, an array, such as int rolodex ; , accepts... (by whitenite1)
|
by Elidor
Makefile problems
|
|
[12 replies] Last: Sorry for bringing back a dead post but thank you Peter. It seems the ... (by Elidor)
|
by morando
find in string
|
|
[6 replies] Last: Thank you everybody. (by morando)
|
by edsghost
Very simple web interface for C++ class
|
|
[5 replies] Last: Check out the PHP function exec() : http://www.php.net/manual/en/func... (by aoeuaoeuaoeu)
|
Find all prime numbers from 1 to 1000. This is what I have done until now |
|
[10 replies] Last: Here's what I came up with: #include <iostream> using namespace st... (by aoeuaoeuaoeu)
|
Unsigned Chars |
|
[3 replies] Last: @Summerson Goncalves char allows positive and negative values... -127... (by vlad from moscow)
|
Memory allocation |
|
[2 replies] Last: but...the first result is zero "0". the second result are two addresse... (by Summerson Goncalves)
|
DLL problems |
|
[no replies]
|
nt returning expected |
|
[1 reply] : Repost with code tags. There under "format" when you're posting. You'l... (by ResidentBiscuit)
|
Split a namespace in multiple files |
|
[6 replies] Last: Thank you guys ;) (by majidkamali1370)
|
by para1131
list size
|
|
[8 replies] Last: There's nothing wrong looking at the C++ library headers (or even sour... (by Cubbi)
|
by arms4
clear screen for microsoft visual 2010?
|
|
[5 replies] Last: It's not the 1980s anymore. Too bad.. The eighties were awesome.... (by pogrady)
|
queues with counter |
|
[3 replies] Last: pls reply me that alone!! (by Rahul kumar S)
|
measuring the execution time of static and dynamic binding |
|
[3 replies] Last: > i am actually trying to calculate the time to execute a statically b... (by JLBorges)
|
by rumpfi88
new line problem
|
|
[1 reply] : Open the file in binary mode. (by Peter87)
|
by ankit2313
Help using gdb for tracing
|
|
[3 replies] Last: Thank you all. The problem's solved. I also found nice youtube video t... (by ankit2313)
|