by kraigballa
Checking Array problem
|
|
[3 replies] Last: Got it. Added a break after the cout if the statement is true. (by kraigballa)
|
by rjain02
How to Call struct into main
|
|
[3 replies] Last: rjain02, DEV C++ isn't a compiler, its an IDE. I'd suggest anything fr... (by closed account S6k9GNh0)
|
by ila1985
Returning a const char *
|
|
[1 reply] : const char* is only good if you're storing an unchanging string litera... (by Disch)
|
by iroquai82
Problem with infix to postfix
|
|
[no replies]
|
by crxxtc
function for gravity project beginner
|
|
[1 reply] : 1. to make a function you must declare a return type (in this case dou... (by ultifinitus)
|
by kraigballa
Reading from file to an array
|
|
[7 replies] Last: Yup, trying to get familiarized with arrays. Thank you so much for the... (by kraigballa)
|
by bartoli
STL containers crash when empty
|
|
[11 replies] Last: You may be invoking a copy constructor or assignment operator on your ... (by PanGalactic)
|
by sysabod
embedded dynamic allocation problem
|
|
[3 replies] Last: thank you, when i first see this,i was very worried. (by sysabod)
|
by suds
backwards
|
|
[3 replies] Last: I mean no offense, but this should be in the Beginners forum. Unles... (by filipe)
|
by yakupcengiz
Is ostringstream thread safe
|
|
[1 reply] : No. No part of the STL is thread-safe. (No object in general is thread... (by Duthomhas)
|
by ischuldt
priority queue and boost foreach
|
|
[1 reply] : Unfortunately you cannot iterate trough priority queue. BOOST_FOREACH ... (by qba)
|
by MCJamaica
implementation of a (pseudo-random) distribution uniform
|
|
[1 reply] : http://www.thinkage.ca/english/gcos/expl/c/lib/rand.html (by kbw)
|
by torp09
functions
|
|
[3 replies] Last: It seems that you have decleared most of the function in main() . yo... (by bluecoder)
|
by LupusNoctu
Boost libraries?
|
|
[2 replies] Last: boost is as "general purpose" as libs can get. It doesn't cater to an... (by Disch)
|
by kyle11778
future languages
|
|
[3 replies] Last: Qt and wxWidgets are widgetry libs. Widgetry includes things like f... (by Disch)
|
by b0ch0n
call of overloaded '...' is ambiguous
|
|
[1 reply] : int mayor(int x, int y=2); // func a int mayor(int x, int y=2, in... (by Disch)
|
by pkjm17
Linked List Bubble Sort?
|
|
[no replies]
|
by cric
can u do it for me?
|
|
[4 replies] Last: 1800 posts and counting. ...What, r0shi, you expected it to be an edit... (by Albatross)
|
by LittleQuick
C++ Copy Directory
|
|
[1 reply] : Nevermind, found out that I can use fstream to write to a batch. Doooo... (by LittleQuick)
|
by kmanus
[C++]Problem with constructor
|
|
[7 replies] Last: I said he can't do it because he has no default constructor, which is ... (by guestgulkan)
|