by mhull27
Attach function
|
|
[no replies]
|
by Swizzler
Implementing Functions in Header File
|
|
[1 reply] : If the functions are templates or inline they have to be defined in th... (by Peter87)
|
by bitani
References - Are they even a variable?
|
|
[2 replies] Last: If the C++ standard doesn't say anything about it, then I suppose it's... (by bitani)
|
by pagola
an aray of pointers
|
|
[2 replies] Last: The simplest way in C++ is char *gettype = {}; (by vlad from moscow)
|
Defining a Pointer |
|
[5 replies] Last: It is invalid statement. In the both cases only p will be declared as... (by sargon94)
|
by Logfritz
Trouble with Classes
|
|
[10 replies] Last: sweet action, after trying out a few of those I ended up with the orwe... (by Logfritz)
|
by luuksa
Need help with SMS API
|
|
[2 replies] Last: Thanks for the reply and sorry for my "late" reply. I'll go through tu... (by luuksa)
|
by fuerchter
If and else if in a while loop
|
|
[2 replies] Last: Oh lol this just happened to me on another program as well. This is ki... (by fuerchter)
|
by curscascis
Turning a whole array into an entity for another!
|
|
[13 replies] Last: Ok, I think I got it int he if statement I couldn't do if(currentLocat... (by curscascis)
|
by Amnesiac
Checking suitable characters for a URL
|
|
[4 replies] Last: I'm not sure I like the double-negatives. If isalnum is necessary, ma... (by Veltas)
|
by mcf3lmnfs
actuall number contained within the pointer
|
|
[13 replies] Last: Well, honestly I said it in a kind of firing a gun at a mountain kind ... (by Veltas)
|
by nadir CoCo
Sorting values
|
|
[1 reply] : Well, for one thing you could define your own comparison operation on ... (by Veltas)
|
by leeto
Template. Numerical Array.
|
|
[5 replies] Last: I implement your ideas !!! Everything fine !!! could you check on oth... (by leeto)
|
by unixhand
Pointer: pointing to choice in switch statement
|
|
[6 replies] Last: I'm a fan of unsigned. #include <iostream> using namespace std; vo... (by Veltas)
|
by hombakazij
Converting an alphabet to its position number in the alphabet
|
|
[2 replies] Last: @iHutch thanks now its working. (by hombakazij)
|
by choccokels
Panel Chaning Colour
|
|
[no replies]
|
by wnan42
passing a 2D array in a function
|
|
[6 replies] Last: @Stewbond It wasn't THAT invalid. void printMatrix(int matrix ... (by vlad from moscow)
|
by leeto
Creating <Template>. unknow compile error.
|
|
[4 replies] Last: Many thanks !!!! (by leeto)
|
by nhim175
How to check if a file exist in a directory
|
|
[2 replies] Last: I used fopen :) I think it's the easiest way. anw, thanks! (by nhim175)
|
by rshank111
Need some guidance in learning C++
|
|
[3 replies] Last: Again, without knowing you previous knowledge, I have no clue what emb... (by Volatile Pulse)
|