by Anasdaham
File and a while loop
|
|
[3 replies] Last: Thank you, it perfectly works! (by Anasdaham)
|
by Anasdaham
Printing unknown number from a file
|
|
[3 replies] Last: How about now? is there any part I missed? #include<iostream> #inc... (by Anasdaham)
|
by azhabalouch
Infinite loops caused by string value
|
|
[3 replies] Last: Found it using while(getchar() != '\n'); after scanf :P (by azhabalouch)
|
by Anasdaham
Help me with this "while" loop
|
|
[5 replies] Last: Oh yeah it's much better now, thanks #include<iostream> #include<s... (by Anasdaham)
|
by Bopaki
There is something seriously wrong with my C++ compiler today
|
|
[7 replies] Last: Thank you very much to everybody. The program worked very well after p... (by Bopaki)
|
by affali78
how to solve rand issue and if-else code not running?
|
|
[4 replies] Last: A separate function should be used to generate each new question. Thi... (by keskiverto)
|
by bplumier
C2259 Cannot Instantiate
|
|
[14 replies] Last: Your picture shows part of a file CHertzMindlin.cpp The error is state... (by lastchance)
|
by HDinis09
=/== in IF statements
|
|
[8 replies] Last: Không gian xanh đẳng cấp tại Chung cư N01 T6 Ngoại giao Đ... (by alfredabbe76)
|
by hareleah
Singly Linked List Delete At A Certain Location
|
|
[1 reply] : > but then now this happened. ¿what happened? http://www.eelis.net/... (by ne555)
|
by greygriff
Errors From Functions
|
|
[3 replies] Last: I dont know how i missed that, thanks so much! i feel so silly. (by greygriff)
|
by Majosh
programme to output students grade
|
|
[5 replies] Last: You had a thread http://www.cplusplus.com/forum/beginner/245567/ It en... (by keskiverto)
|
by kwl1314520
Need help with this c++ project
|
|
[2 replies] Last: Hello kwl1314520, With what little I read I would start by creating ... (by Handy Andy)
|
by Drac0
Inputting File information into a array
|
|
[4 replies] Last: Would I just need to make a while loop to to count the amount of numbe... (by Drac0)
|
by natewill2
C++ array issues
|
|
[7 replies] Last: OK I will see what I can do. I have to use headers because that is wh... (by natewill2)
|
by toradora
Calculating the percentage of each of the numbers in the matrix
|
|
[2 replies] Last: int a ; ... map<unsigned short, unsigned short> b; for (int j = 0; j... (by Konstantin2)
|
by Majosh
code to grade students
|
|
[2 replies] Last: thanks it really helped but here is the rest of the question (by Majosh)
|
by MrGoodCookie
Error: (A) not declared in this scope
|
|
[10 replies] Last: You're welcome! Glad it helped, and I hope the explanations made sens... (by MikeyBoy)
|
by Maxster
Need help with Y/N loop with functions
|
|
[2 replies] Last: Thank you so much! It works! (by Maxster)
|
by kidenvoy
inFile with multiple files
|
|
[2 replies] Last: @OP I don't mean to be rude, but - how on earth did you think your lin... (by MikeyBoy)
|
by quete5
How do you change the appearance of the output?
|
|
[3 replies] Last: there are a bunch of ways to do these things. lookup tables, for ex... (by jonnin)
|