Checking if a text file exists, and if it doesn't creating it |
|
[7 replies] Last: > It gives me a error on code::blocks. The IDE is not the compiler. ... (by JLBorges)
|
by vichu99
how do you put the values in a while loop into an array
|
|
[1 reply] : Then I will suggest, using a for loop: #define MAX 100 int array ... (by Aceix)
|
by JAI SINGH
C
|
|
[1 reply] : Is object oriented programming is posible in C Yes, but you have to m... (by kbw)
|
by rey9
letters in a string
|
|
[3 replies] Last: thank you very much skarla for the help! :) (by rey9)
|
by vichu99
How do you set i<= array length
|
|
[3 replies] Last: int array ={1,2,3,4,5,6,7}; const int length = sizeof(array)... (by Chervil)
|
by icegood
Declare class variable to call advanced constructor
|
|
[5 replies] Last: Thanks, Dish. That what i exactly want. (by icegood)
|
by mattmelach
Trying to make inputting q quit when inputting integers
|
|
[5 replies] Last: Well, the code I showed above was not ideal. In fact the test for inpu... (by Chervil)
|
by mekkatorqu
Is User Typing?
|
|
[5 replies] Last: Free access to typing tutor courses for 6 months for everyone! Just re... (by Vandalchik)
|
by serva0
Error in using a loop and some if statements!
|
|
[1 reply] : try this the code is for nuclear bomb while (choice!='N' && choice... (by vichu8888)
|
by amir22
The Monthly payment calculation
|
|
[1 reply] : I can give the skeleton of the program. include iostream,math //Inpu... (by vichu8888)
|
by i0wa
Open file using full path from file selection dialog
|
|
[1 reply] : I'm confused about lines 57 to 59. Why are u changing the backslashes?... (by soranz)
|
by shrimpy
reading a .txt file and storing in a struct
|
|
[1 reply] : Looks fine to me. Are you accessing the .exe manually through the cmd ... (by soranz)
|
by DanishT
cant calculate floating point values
|
|
[1 reply] : Since both 'a' and 'b' are integers, the operation of a/b creates an i... (by soranz)
|
by blaa15
Reading lines from txt file
|
|
[12 replies] Last: OK, I'm going to have to look up a couple of things there, but if you ... (by newbieg)
|
by Chambers5
Syntax Error : Identifier
|
|
[4 replies] Last: It is required for the DirectX stuff. The reason why I mention this i... (by pogrady)
|
by ek192010
C++ tutorials
|
|
[1 reply] : CodingMadeEasy http://www.youtube.com/playlist?list=PL2DD6A625AD033D3... (by Ch1156)
|
by Merthom
binary search tree
|
|
[no replies]
|
by genzm
accessing classes from a diffrent file
|
|
[2 replies] Last: Wow, this really did it :p Thanks for the tip. (by genzm)
|
by xzbit
getasynckeystate
|
|
[4 replies] Last: The example I gave isn't complete. I just wanted to give you an idea..... (by Aceix)
|