by elegnat6
for loop
|
|
[1 reply] : I think your formula is the problem sum=numExams+sum Besides the fac... (by zoran404)
|
by kcschultz
Reading group of numbers per line in text file
|
|
[1 reply] : getline reads file till first nev line char as for the fifference diff... (by zoran404)
|
by shandymilo
Dungeon crawl
|
|
[1 reply] : What specificaly is wrong? What should it do and what dose it do? (by zoran404)
|
Functions without parameters |
|
[17 replies] Last: thanks you i solved it :) (by baketballcourt)
|
by martianxx
How Remove An Element Of A List
|
|
[2 replies] Last: Thanks, pointers on steroids :) (by martianxx)
|
by Salam rabaya
read a string
|
|
[3 replies] Last: I recommend cin >> setw(10) >> name; , otherwise you risk buffer over... (by Cubbi)
|
by DrakeMagi
Classes Callback problems , Delegate
|
|
[1 reply] : line 30 of delegate.hpp: ( This ->* func ) (indata);//If you don't k... (by MiiNiPaa)
|
Code to write a program to a file |
|
[2 replies] Last: That's the one I found earlier. Thank you for confirming it works! (by madeinsilence)
|
by elegnat6
help explain
|
|
[1 reply] : The ! is a logical "not". You already know that: if ( in.is_open... (by Stewbond)
|
Case and or C++ |
|
[4 replies] Last: Yeah nice one, thx all :D Sloved (by puntoinfinito)
|
by Banhas
Segmentation fault
|
|
[7 replies] Last: What are the values of i and j at the time of the crash? (by MikeyBoy)
|
by mmccarr2
Loan Calculation
|
|
[no replies]
|
by syndrome
STL and FILE I/O problems
|
|
[6 replies] Last: map<char*, char*> table; table["why"] = "word_why"; table["hello"]... (by Abramus)
|
by claire yan
HELP NEEDED. IPO CHART
|
|
[1 reply] : What is "the ipo chart"? We don't have the one you have. (by LB)
|
by tomz6
Getting pixel information from fonts?
|
|
[1 reply] : http://freetype.sourceforge.net It allows you to load different true ... (by Abramus)
|
by vosydao
guess word game
|
|
[no replies]
|
by nunks
Get input from .txt
|
|
[12 replies] Last: Thats because my game only accepts 2d vectors as a gameboard. But how ... (by nunks)
|
by antek83
How to simplify this code
|
|
[1 reply] : You could change it to: if ( (a==LUCKY) || (b==LUCKY) || (c==LUCKY) ... (by doug4)
|
by Medino
Binomial Coefficient
|
|
[1 reply] : It sounds like you need to step back and think about how to break the ... (by doug4)
|
by syndrome
A Map of Regex and string
|
|
[13 replies] Last: No, it's the same problem... Vector pairs solved the problem! (by syndrome)
|