choose the best structure |
|
[no replies]
|
by hannah
Bullseye
|
|
[1 reply] : hope that helps o_O int Bull() { int percent = rand()%100; // r... (by PitDaAnimA)
|
by fenixbeats
Deleting duplicate vectors
|
|
[2 replies] Last: so why dont you first look for the title before you add it to your vec... (by PitDaAnimA)
|
by kob4joy
a program to compute a fibonacci sequence from 100 to 1000
|
|
[1 reply] : If you know that you want numbers from 100 to 1000, what is the input ... (by hamsterman)
|
by Robot7
Silly Question
|
|
[2 replies] Last: Here's a algorithm for you . #include <iostream> using namespace std... (by Loving Sky)
|
by drenyl
hi can someone help me through this nested for loop
|
|
[14 replies] Last: stupid me :p i usually have also 4 spaces for <tab> but i did it on no... (by PitDaAnimA)
|
by dophine
map erase issue
|
|
[1 reply] : No it's not still available, so your call to s.c_str() results in unde... (by cire)
|
by kanad
urgent help!! c++ program
|
|
[no replies]
|
by sheng6127
Hi... I am doing an assignment for average rainfall and i duno whether my coding is correct or not, i need hlp please... thx
|
|
[5 replies] Last: Your code should start like this (Try to get a good compiler like wxDe... (by jumper007)
|
by aryu
Please help me solve this...
|
|
[2 replies] Last: i would do it like this while(more != 'n'){ //code here cout<<... (by oonej)
|
by wbeasley
Playerbase type not allowed when I try to pass struct array
|
|
[3 replies] Last: void q1(playerbase* player) {} EDIT: Also, you'll need to have play... (by Zhuge)
|
by newdomingo
problem with results
|
|
[2 replies] Last: i am actually confused with the mpi_gather and i dont really know if i... (by newdomingo)
|
by newer69
is it about sorting?
|
|
[6 replies] Last: thanks very much so the complexiy is o(n^2) and the final code is sth ... (by newer69)
|
by djames11
STL vector class
|
|
[3 replies] Last: Yea, the great thing about vectors is that you don't need to use an it... (by IceThatJaw)
|
by Gldnbr
String to characters
|
|
[5 replies] Last: Yea, read up on that stuff. C++ strings are very powerful and if you e... (by IceThatJaw)
|
by Drewling
Im getting fatal errors and i dont know what im doing
|
|
[no replies]
|
by roryn1
How to store number of times a variable is accessed.
|
|
[4 replies] Last: update it, or if that doesn't work, use another IDE, <map> is a standa... (by Zephilinox)
|
by phummon2
Smart Accessor Function for Multiple Data Containers?
|
|
[1 reply] : You can assign a name to each location and use use std::map<std::stri... (by vlad from moscow)
|
extension(p) function in Boost Filesystem? |
|
[12 replies] Last: Well, looking at your code, you have p = ... on line 1, setting p equa... (by firedraco)
|
by faceofdevil
vectors help
|
|
[4 replies] Last: EDIT:coder777: yea, it would! There isn't a version of insert that... (by cire)
|