by freezybox
How can I display this number in E notation? 2315361.84621
|
|
[2 replies] Last: Thanks very much for the quick reply! (by freezybox)
|
by ksport99
Assigning x in If statement
|
|
[2 replies] Last: Actually it looks like he needs characters (not variables A, B, C) ... (by Disch)
|
Random |
|
[2 replies] Last: Thanks for the information (by OnymousIllusion)
|
by TNDave
New to C++ and need some guidance
|
|
[4 replies] Last: Uh, if you're new to C++ you're not going to be programming a browser ... (by tummychow)
|
by dannn
Rounding, and converting double to int
|
|
[9 replies] Last: Of course you have ceiling() and floor() That's not rounding. That's ... (by helios)
|
by spitfire
Mailbox
|
|
[12 replies] Last: If arrays are allowed, then certainly vector is allowed. http://www... (by PanGalactic)
|
by vection
C++ List (1,2)
|
|
[20 replies] Last: can someone just explain it to me how to do it with vectors...I don't ... (by vection)
|
by M364M4Ncro
how do i use my progam on other computer
|
|
[18 replies] Last: i was carrying .exe file from computer to computer, thats what i meant (by M364M4Ncro)
|
by Mar
Calling a DLL (TWAIN_32)
|
|
[3 replies] Last: I am going to do this entirely in VB, so I am abandoning it. (by Mar)
|
by abhi201090
Create Objects
|
|
[5 replies] Last: good thing I deleted my post ^^, I too said you could make an object o... (by gcampton)
|
int main() versus void main() (1,2,3) |
|
[44 replies] Last: @helios uh yes, thx (by M364M4Ncro)
|
by yottaflop
Strings and *Char[]s
|
|
[4 replies] Last: What pleasant answers. Thanks, especially for the link. :) (by yottaflop)
|
by Treecleaver
Drawing Bitmaps with Transparency?
|
|
[6 replies] Last: Sorry, I like totally forgot about this thread yesterday. I've see... (by Disch)
|
by exiledAussie
use of type short
|
|
[10 replies] Last: Thanks a lot everyone. This has been very helpful. (by exiledAussie)
|
by chitrank
procedure oriented programming is on algoithms rather than on data
|
|
[1 reply] : http://en.wikipedia.org/wiki/Procedural_programming#Comparison_with_ob... (by cnoeval)
|
by tarheelfan08
InHeritance Program
|
|
[10 replies] Last: line 15 your still using a dual array, so I don't see how it removed t... (by gcampton)
|
by loki09
Diamond Outline using loops and putting desired size..
|
|
[3 replies] Last: That was a delayed reaction.... (by gcampton)
|
by gcr114
Simple Multiplication in While Loop
|
|
[3 replies] Last: Heh it happens, taking in so much when learning about programming you ... (by gcampton)
|
by Brandon69
Reading one digit at a time from a integer. (1,2)
|
|
[23 replies] Last: Thank you everyone. I believe I have more than enought to go forward ... (by Brandon69)
|
by robe
modify the output function to accept the average as a double parameter
|
|
[2 replies] Last: I don't really get the problem, it seems to me your function for calcu... (by gcampton)
|