do while for if statements CODEBLOCKS C++ |
|
[7 replies] Last: You get that value because in your code min and max are not initialise... (by vin)
|
by dhawkins
Help!
|
|
[2 replies] Last: Thanks it worked! (by dhawkins)
|
by farmer
Most efficient/cleanest way to check user inputs
|
|
[no replies]
|
by jojo212
How to Call Member Function from Pointer?
|
|
[3 replies] Last: Perfect! And with that, my assignment works like a charm. Thanks guys! (by jojo212)
|
by Halo Fan
Can't understand why my iterator won't work.
|
|
[2 replies] Last: I chose it because it is an assignment for my class. We are learning a... (by Halo Fan)
|
by Waqar Ahmed
Need Imediate help please
|
|
[1 reply] : 1. Use code wrap 2. Indent That code is very illegible the way it is ... (by paulthepenguin)
|
by kready
I just cant do arrays!!
|
|
[4 replies] Last: Also forgot to include this in the last part. Im just going to assum... (by zertech)
|
by incremental
Linked Lists
|
|
[10 replies] Last: ^ +1 (by Vlykarye)
|
by doompickle
Quiz Program Problem?
|
|
[13 replies] Last: Take a look at this code. It is an example of what you could do to mak... (by Vlykarye)
|
by iDontGetIt
Concat two linked lists
|
|
[2 replies] Last: Hi Vlad, Sorry, here is my driver: #include "List.h" int main() {... (by iDontGetIt)
|
by Praetorx
Clearing Console Window
|
|
[1 reply] : Assuming you are in a Win32 console, use: system("cls"); This funct... (by cantide5ga)
|
by cpplover
writing to a txt file
|
|
[1 reply] : I got it, my sort.txt was in a different location from devc++ Works fi... (by cpplover)
|
by roketteere
Random Number Game Sample
|
|
[3 replies] Last: Isn't the srand() function seeded wrong here. I'm not entirely sure ho... (by TheBeardedQuack)
|
by Flyingbob
Question about arrays.
|
|
[2 replies] Last: For this to work you need a for loop in the beggining that initalizes... (by Cubbi)
|
by Omar Alamy
Wont compile multiple files
|
|
[2 replies] Last: ahhh! duh, forgot we had made 2 programs, i shouldve just compiled B.c... (by Omar Alamy)
|
by Nautica
fstream question
|
|
[1 reply] : for each line read from the file - use std::getline() a. loca... (by JLBorges)
|
by doompickle
Math in program not working right
|
|
[4 replies] Last: Yeah, it works fine now, thanks again. (by doompickle)
|
by ForeignCurs
Computer allocates same pointer twice
|
|
[5 replies] Last: I just don't know any other way. The other way is to use the normal ... (by Athar)
|
by ozone
need help
|
|
[9 replies] Last: thanks to u all am really glad to meet u. best regards (by ozone)
|
by fidelcashflo
Binary Tree Rotation.
|
|
[3 replies] Last: You need a function that generates labels. To generate a label for a n... (by hamsterman)
|