by ioabo
Calculations with array
|
|
[1 reply] : You could use 2 arrays e.g. int a ={2,1,1,5,2,7,4,4,8,3}; ... (by buffbill)
|
by treyk4
libpng read from array?
|
|
[2 replies] Last: (a) This is a C++ forum. If you think that C and C++ have something i... (by treyk4)
|
by enet
Need for 1 function
|
|
[1 reply] : If the order in the activity list doesn't matter, then you have the ch... (by mahlerfive)
|
by tnjones
How to read filenames from a vector and open them
|
|
[2 replies] Last: Thanks!! It worked!! You are the greatest!! I have been seeing alot of... (by tnjones)
|
by tnjones
How to search for a string in a text file using wildcards(*,?)
|
|
[8 replies] Last: Duoas, Thanks!! I have it working somewhat!!! (by tnjones)
|
by Beni
2d array and scanf() problem
|
|
[3 replies] Last: No, that is where you are mixed up. t == *(t+i) : is not an addr... (by Duthomhas)
|
by Gregor
File operation problem using fstream
|
|
[2 replies] Last: Update! I've noticed that writing sucseeds, if I dont use truncate ... (by Gregor)
|
by shrinath
STL list <unsigned short> and ostream
|
|
[2 replies] Last: Hi exception, It (ostream) now works. Also changing the iterator ... (by shrinath)
|
by ShawnStovall
The keyword abstract
|
|
[4 replies] Last: Oh dear. Another spam post... (by markwales)
|
by Gonen
Question about string
|
|
[6 replies] Last: Hi, I am Rammohan from Bangalore and working as a Technical lea... (by FindSyntax)
|
3rd party C++ Library for PDF conversion |
|
[2 replies] Last: Hi, I am Rammohan from Bangalore and working as a Technical lea... (by FindSyntax)
|
by jenritz2k3
may i ask whats wrong with my if statement?
|
|
[6 replies] Last: Oh my god, what the hack should that be? It isn't april the 1st on my ... (by exception)
|
by Gonen
Very weird problem about string.
|
|
[3 replies] Last: thanks a lot duoas , I understand it now... I did like that in it w... (by Gonen)
|
by astro
Finding memory address.
|
|
[no replies]
|
by Samerious
Menu
|
|
[3 replies] Last: Then by reading the Basic I/O you will find how to output at the conso... (by Mitsakos)
|
by KeithMoyer
find_if + member function
|
|
[8 replies] Last: Actually, I had to compile and run the example before I posted it so I... (by jsmith)
|
by Nobun
Question about free() and memory deallocation
|
|
[16 replies] Last: Helios, Jsmith... at a first-eye I'm not sure I understand all you sai... (by Nobun)
|
by akmal4ik
How convert string to char*
|
|
[3 replies] Last: You also need to pay some close attention to little details. You've g... (by Duthomhas)
|
by Alck
need assistance in oop
|
|
[5 replies] Last: You could assign a 6 element array for each day and enter a * for each... (by buffbill)
|
by cppgirl
how to reuse a previous function
|
|
[2 replies] Last: call func A() from func B() then D will be available for other purpose... (by buffbill)
|