by Dkob1
Int Array (Basic)
|
|
[3 replies] Last: Did you define this variable as: int arx ; initially? That means tha... (by alex067)
|
Need Help |
|
[4 replies] Last: hmmm (by closed account Doj23TCk)
|
C++ and Java. The king programming languages. |
|
[10 replies] Last: that post should be in the lounge forum instead. however programming ... (by Ericool)
|
by RedSox123
Specific number of records from a file. due at midnight please help...
|
|
[2 replies] Last: Thank you very much that was extremely helpful :) (by RedSox123)
|
by hooshdar3
megesort()
|
|
[8 replies] Last: Taking another look at your code, I notice that you are allocating a f... (by Duthomhas)
|
by hooshdar3
implementing mergesort()
|
|
[2 replies] Last: http://www.cplusplus.com/forum/general/177367/ (by closed account 48T7M4Gy)
|
by CEmert10
Create a deck of cards
|
|
[3 replies] Last: Well the deck can be randomised in many ways. One way would be by sele... (by closed account 48T7M4Gy)
|
by rorschach14
Declaring size of array in constructor
|
|
[1 reply] : class MyClass { private: string *key; string *val; publi... (by coder777)
|
by shadder
editing a .txt file
|
|
[8 replies] Last: Thanks... (by shadder)
|
by bonho
read/write in std::map
|
|
[2 replies] Last: No standard container is thread safe. You cannot do this without mutex... (by coder777)
|
by Ozzy69
Help with buffer in c++
|
|
[1 reply] : #include <iostream> #include <cstdlib> #include <cmath> //#include <s... (by closed account 48T7M4Gy)
|
by hooshdar3
using strtol()
|
|
[4 replies] Last: what should the loop cond. be then? [quote=cppreference]If the str ... (by MiiNiPaa)
|
by hsb910126
how do I byteswap values?
|
|
[2 replies] Last: a char has 8 bits, so not the same thing. use reverse iterators (by Ericool)
|
by CGunn86
MySQL (libmysql) Question.
|
|
[13 replies] Last: @coder777 I tried that solution and it did nothing for me. (by CGunn86)
|
by primem0ver
Enums and pointers... likelihood of end of space memory
|
|
[5 replies] Last: I'm saying that nothing in the language guarantees two's complement a... (by MiiNiPaa)
|
by stridder
User provided function() line 0 in unknown directory unknown file
|
|
[1 reply] : I use recursion in my code. could it be the reason? Yes, an infinite ... (by coder777)
|
by mu5eofficial
Not able to use "graphics.h" in Code Block ?
|
|
[3 replies] Last: gcc -v in command line when in MinGW/bin directory (by MiiNiPaa)
|
by jumper007
Pointer Problems
|
|
[1 reply] : Apparently I overlooked the printing. Should've used people instead... (by jumper007)
|
by delag20
project
|
|
[1 reply] : The immediate problem is could you please put code tags (<> in the for... (by closed account 48T7M4Gy)
|
by tnt980
Help me get the output
|
|
[2 replies] Last: Three goes when only one is necessary http://www.cplusplus.com/forum/... (by closed account 48T7M4Gy)
|