by jesson85k
array int and digit sorting
|
|
[1 reply] : use this code #include <iostream> #include <fstream> #include <ioma... (by BHUPENDER KUMAR)
|
by DavidStern
Telling program not to output value when...
|
|
[1 reply] : #include <iostream> #include <fstream> #include <cmath> using namespac... (by DavidStern)
|
by freddy92
What's the point of this variable?
|
|
[1 reply] : Nope. There really is no point to 'test'. (by helios)
|
by amberleef
How to make this produce secure numbers?
|
|
[6 replies] Last: i see you have provided a help in your reply but im still looking :) i... (by amberleef)
|
by Muhasaresa
OpenGL Books
|
|
[1 reply] : See here: http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=s... (by closed account zb0S216C)
|
by PaperTiger87
Program to write out factors
|
|
[3 replies] Last: You still should include cstdlib. (by Disch)
|
how to print a triangle in this format |
|
[5 replies] Last: #include<stdio.h> int main() { int num,i,j; scanf("%d",&num); for(... (by santanubarua)
|
by zenith
How to Balance a Binary Search Tree?
|
|
[8 replies] Last: See "http://en.wikipedia.org/wiki/Balanced_tree" and references there.... (by Ralph83)
|
by agoswami
Map inside Map
|
|
[4 replies] Last: hmm I was not aware of std::pair. But I did one work around for fix t... (by agoswami)
|
Display some numbers |
|
[1 reply] : Use the modulo operator. http://www.cplusplus.com/doc/tutorial/operat... (by Moschops)
|
by xNutty
Help
|
|
[9 replies] Last: omg.. thanks for your help.... (by xNutty)
|
by Mikhail P
linker warning
|
|
[4 replies] Last: thank you for your opinion, but I fixed this warning and came to the c... (by Mikhail P)
|
by Muhasaresa
Computers, Commands, and Delays
|
|
[4 replies] Last: Thank you very much for all your replies :D (by Muhasaresa)
|
Program to add to 2000 in increments of 5 |
|
[2 replies] Last: @musicislife2398 Since you already know the values you're adding up,... (by whitenite1)
|
by B031110034
how to write the coding for cosine rule in c++?
|
|
[7 replies] Last: thx you all.. (by B031110034)
|
Searching in a Stack |
|
[4 replies] Last: How do you write something like that, popping all of the items until y... (by onetwothreeme)
|
Sorted Linked List |
|
[1 reply] : //SortedType.cxx #include "SortedLinkedList.h" SortedType::SortedTy... (by Shane McFarland)
|
by bitchesbrew
deque vs. vector ;)
|
|
[14 replies] Last: ¿What do you want to do? (by ne555)
|
by davidrgarber
help with const char * and class member functions!
|
|
[2 replies] Last: Oh my god, how could I have missed that?! Thank you! (by davidrgarber)
|
by Ali89
How to declare a map which value type is an object ?
|
|
[4 replies] Last: You already have default constructor This is CoefElt (); (you have t... (by mik2718)
|