by micah1983
here
|
|
[5 replies] Last: I give...here's the code: #include <iostream> #include <cmath> c... (by closed account z05DSL3A)
|
by nezi
Problem in Inline functions
|
|
[1 reply] : As far as I know, declaring a function as an inline function is ONLY A... (by msram)
|
by ehenze
Multiple file input...
|
|
[3 replies] Last: Is this what you want? #include <dirent.h> #include <errno.h> ... (by msram)
|
by jdolecki88
help reviewing for my exam
|
|
[1 reply] : p is being used as an index to mark the begining of the <data> tag in ... (by closed account z05DSL3A)
|
by hazda
Pls help!!!!Brute force??
|
|
[1 reply] : This is a C++ forum, you ask for an algorithm. EDIT: You shouldn't ... (by ropez)
|
by ceearem
Maximum Size of dynamic array
|
|
[4 replies] Last: > size_t is an unsigned int so basically this would mean n is somethin... (by ropez)
|
Converting the 'this' pointer |
|
[6 replies] Last: Yea, This is good for a 32bit application. As for the returned addres... (by georgeplusplus)
|
by kiltux
help with basic decimal to binary converter
|
|
[1 reply] : Hi, the algorithm you use for the conversion just gets the most sig... (by naja)
|
by clark32456
delimited string to vector
|
|
[1 reply] : // Assume textLine contains the line of text to parse. string textLin... (by jsmith)
|
by blakeoxx
References in data structures
|
|
[1 reply] : References must be initialized at instantiation time. To fix this, yo... (by jsmith)
|
by micah1983
what does this mean
|
|
[1 reply] : Well I searched MSDN for the getHighest/Lowest functions but it didn't... (by firedraco)
|
I/O |
|
[1 reply] : I believe so. You could try doing a search for file I/O and see if yo... (by firedraco)
|
by doom
Prime number program
|
|
[6 replies] Last: The fastest method to check for primality discovered so far is the AKS... (by msram)
|
by manutebecker
Hey how do I do this...
|
|
[2 replies] Last: If you want 2 decimal places you will need to set the precision to fou... (by closed account z05DSL3A)
|
by gieenet
Please Help with my program
|
|
[no replies]
|
by gieenet
Please Help with my program
|
|
[no replies]
|
by manutebecker
Code Help!!!
|
|
[3 replies] Last: Easy fix, you almost had it correct. Comments where I changed the cod... (by nogoodatall)
|
How can I create random text? |
|
[1 reply] : Maybe looking at switch-case structures would be helpful: http://ww... (by xabnu)
|
Help with Graphics |
|
[2 replies] Last: Regular graphics... Probably like .bmp and maybe some .gif. Can any... (by VenomousNinja)
|
by gieenet
I need help with my homework assignment
|
|
[1 reply] : I am fairly new to programming so I will not be offended if you expert... (by gieenet)
|