by cppjsan
classes
|
|
[3 replies] Last: Your scene.h and scene.cpp files should be added into your main ... (by Umz)
|
by chan
sizeof("hello")
|
|
[2 replies] Last: Just to add a bit, sizeof is not the same thing as string length. ... (by jsmith)
|
by simplyMe
program point of sale
|
|
[15 replies] Last: Ok, your computer knows how to add l to itself and assign the result t... (by jsmith)
|
by ginaal
for a beginner on builder[tstringGrid1]
|
|
[no replies]
|
by kaisin
showing decimal place on tlabel->desperate!!
|
|
[3 replies] Last: 30/25 is 1 - because written like that both numbers will be taken as i... (by guestgulkan)
|
by learning cpp
what are *cc and *hh files
|
|
[1 reply] : There are several filename extensions that are recognised as denoting ... (by bnbertha)
|
by Roads
another tut question - classes
|
|
[3 replies] Last: No problem :) (by firedraco)
|
Looping Problems |
|
[1 reply] : Use a while(bool) loop around the code you want to repeat, and change ... (by firedraco)
|
by bunz4890
Yet another one of those "Unidentified" problems..
|
|
[2 replies] Last: When you make a variable of type *r, you are creating a pointer to a n... (by firedraco)
|
by misurex
a bunch of cpps in one cpp
|
|
[1 reply] : A bunch of seperate cpps will probably be just as much as one big cpp.... (by firedraco)
|
by Sir Ben
Output Troubles
|
|
[3 replies] Last: In the thread I gave you, they said system("PAUSE"); is not good pra... (by bluezor)
|
by chiwah
Write a program to modify some bin file
|
|
[no replies]
|
by bunz4890
invalid conversion from 'void' to 'LNODE'
|
|
[2 replies] Last: thanks! (by bunz4890)
|
by wonkaman
C++ Program
|
|
[2 replies] Last: Its hard to understand what your trying to do, if you need both calcul... (by Umz)
|
by Umz
C2440, Array of functions in a namespace
|
|
[2 replies] Last: Perfect, works nicely!!! Thanks alot!!! (by Umz)
|
by gAaRa
How to draw a rectangle/square & put text inside it ?
|
|
[no replies]
|
by ninpou
What went wrong?
|
|
[8 replies] Last: I think what jpeg is trying to say is that when you first use scanf(),... (by xabnu)
|
by drag421
New to C++ but hoping for more
|
|
[1 reply] : Basically, you can do anything with the standard libraries as long as ... (by xabnu)
|
by sg2008
Multimedia Viewer Publishing Toolkit
|
|
[no replies]
|
map erase |
|
[1 reply] : When you erase the iterator it will point at the next entry. So if the... (by Zaita)
|