by CeePlusPlus
Help with function pointer syntax
|
|
[1 reply] : It's possible, but why would you want this? It gets very ugly without ... (by Branflakes91093)
|
by similola13
read all lines in text file and store in one string
|
|
[2 replies] Last: getline() can accept a deliminator parameter. This means that it will ... (by ModShop)
|
by sharris
Sorting problem
|
|
[9 replies] Last: Just wanted to post a few links. These should be all the tools needed... (by sharris)
|
by Katma
File input and modules
|
|
[6 replies] Last: Well, one small modification is to substitute line 87, which is curren... (by simeonz)
|
by Black Pearl
prints something but i don't know why
|
|
[7 replies] Last: i copy-paste your code and now it works.... i can't understand lol t... (by Black Pearl)
|
by Nuclaer
Linking Libraries - VC++ 2010 - General
|
|
[3 replies] Last: Very very helpful posts, thank you so much. That cleared up everything... (by Nuclaer)
|
by pavanetti
C++0x doubts: RValues and Move semantics
|
|
[2 replies] Last: thanks, Bazzy. I did not think the specialization of templates to sepa... (by pavanetti)
|
by dtw103184
Question about geting my program to work muti part program frist try
|
|
[2 replies] Last: I appreicate that still kinda hard to understand but il try it the exa... (by dtw103184)
|
by JRevor
Operator << overloading apparently not working.
|
|
[2 replies] Last: oh my god.. XD I stop programming c++ for 6 months and this happens to... (by JRevor)
|
by venot
i need some basic guides to write this program
|
|
[15 replies] Last: #include <iostream> #define MAX 100 using namespace std; void max (... (by Janlan)
|
by Icenel
How to Split a Word into letters
|
|
[6 replies] Last: In both cases you are comparing a character to a C string. You need t... (by PanGalactic)
|
by jumper007
Class ? O_O
|
|
[2 replies] Last: In this specific case, it might make sense to think about modeling mat... (by PanGalactic)
|
by packetpirate
Sorting objects in a vector?
|
|
[12 replies] Last: I tried the swap() function in the algorithm header and it's still not... (by packetpirate)
|
by uviviii
Parameter of a global function is undeclared
|
|
[2 replies] Last: It did indeed include main.h, and that fixed it. Thanks! (by uviviii)
|
by bravens52
string method definition
|
|
[1 reply] : Look at strncpy(). Also, s does not have any member functions, so s.c_... (by PanGalactic)
|
by skibbyama
Switching between bitmaps and writing to the console
|
|
[4 replies] Last: Figured it out! I was switching between two screenbuffers and setting ... (by skibbyama)
|
Purpose of the Comma Operator |
|
[7 replies] Last: Ok. I can see how that might be useful on occasion... So thanks again... (by anonymous23323124)
|
by chess
c problem
|
|
[2 replies] Last: I think you should have ch = getchar(); before line 27. EDIT: You s... (by simeonz)
|
by jumper007
A matrix
|
|
[2 replies] Last: yeah, I did an update for it. And good idea Ill do a class for it ;D ... (by jumper007)
|
by Trajito
Function generator
|
|
[8 replies] Last: Well, I have no experience with it whatsoever, but I think I should th... (by simeonz)
|