by nosxlimit
construct 2D array using void pointer
|
|
[5 replies] Last: I find these kinds of things to be very much helped when I use type al... (by Duthomhas)
|
by zelta
How to delete 2D Array? Thanks!
|
|
[9 replies] Last: Glad to be of help. 24 years. I do not like Java, to put it mild... (by Duthomhas)
|
wait for 5 mili second |
|
[4 replies] Last: thank you everybody. If on unix, try usleep(). it`s exactly the th... (by ali zi zeperto)
|
by zelta
Urgent! Please! How to use void pointer to generate 2D Array?
|
|
[10 replies] Last: Unless you want the container to have non-homogeneous types, there is ... (by closed account 1yR4jE8b)
|
by mszigeti
Can't use SYSTEM('CLS');
|
|
[8 replies] Last: it can be disturbing when the screen is with full of shit. It sure c... (by cnoeval)
|
by chrisben
sprintf question
|
|
[4 replies] Last: stringstream is what you want. #include <sstream> std::ostrings... (by PanGalactic)
|
by w0ot
C++ Calculation solution
|
|
[3 replies] Last: I don't really understand you question. What is the output of your cod... (by hamsterman)
|
by Daniggle
Segmentation fault anyone know why???
|
|
[3 replies] Last: before you need to check if (infileA != NULL) { while (fscan... (by Denis)
|
by maga
problem with keyboard events
|
|
[2 replies] Last: Usually, event handles are provided by GUI toolkit, of course, as I t... (by Denis)
|
by lipun4u
using in class
|
|
[1 reply] : When class D is derived from class B and both class have same function... (by vijaysaluru)
|
by seyidi
String convert in Date
|
|
[4 replies] Last: you need to pass the right flag (VAR_DATEVALUEONLY, ..) as well. else... (by vijaysaluru)
|
by jarbot1
Decision && Repetition
|
|
[1 reply] : char givenVal = 'A'; char output = 126 - givenVal - 32; here's a... (by blackcoder41)
|
by Suzanne
Can't Find Error
|
|
[3 replies] Last: No that's not the problem. It was the while loop. But now I have modif... (by Suzanne)
|
by kingkurt0089
Sorting an array?
|
|
[9 replies] Last: Here is another way to perform a sort by age. struct SortByAge {... (by jsmith)
|
by gregarion
Text formatting
|
|
[3 replies] Last: What does the program that extracts the data from the HTML file look l... (by PanGalactic)
|
by kevinchkin
Passing shared_ptr to a function
|
|
[6 replies] Last: Actually I wanted to use pointer in recv function. So should I stick... (by kevinchkin)
|
by oldroger
embedded GUI Framwork
|
|
[5 replies] Last: PEG GUI Development Tools ? http://www.swellsoftware.com/ (by closed account z05DSL3A)
|
by CGBS
Accessing private data members directly or using another private method?
|
|
[11 replies] Last: [quote=PanGalactic]@moorecm: your example has a couple problems. 1) v1... (by moorecm)
|
by soulshadow
randomizing array with strings and appearing only once
|
|
[2 replies] Last: Thanks Pan That solved my Problem. Part of this C++ is that I don't k... (by soulshadow)
|
by carib
Constructor issue
|
|
[3 replies] Last: Yes, though it is usually referred to as "member-wise copy" and "membe... (by jsmith)
|