Beginners - April 2010 (Page 15)

naming the output file and writing to it
 
Hi all I am having trouble giving the user the option to name the output file (using Dev-C++) and then writing to that particular output file. Here is my cod...
[5 replies] Last: Alright I'll give that a try. Like I said before, I'm trying to print ... (by Flat Four)
How return back to main from func.
 
I'm beginner so pleas explain me how i can move back to main from function as simple u can thx. #include <iostream> void Super(){ char choi...
[8 replies] Last: Allright ty all. (by CodeSmoker)
Math Solver problems. (1,2)
 
Well im trying to make a math solver program that will solve almost any math question its not currently complete but i want to make it so you dont have to alway...
[25 replies] Last: Ok guys like i promised heres my code that is fully up to date: /*... (by MSkillet)
How to count the number of letters in a text file??
 
I am writing a program that counts the lines, words and letters in a file, i needed help finding out how I could get the letter counts. This is what I have. any...
[2 replies] Last: oh ok, yea didnt think about it like that. Thanks that should help ou... (by jdmlude48)
Location for test
 
I just got out of the military, I was doing WAN admin. and would like to farther my career in networking I have found that I need the C++ cert for alot of jobs ...
[1 reply] : Hmm I may be wrong here but I don't believe there is a standard c++ ... (by mcleano)
Learning way
 
Hey everyone my name is Jonas and i got a question regarding learning for profession. I have been using C++ for 3-4 months and finaly got all the basics (and...
[3 replies] Last: Thanks for the responses! insane geeks .. i will fit right in then.... (by Melander)
by beerz
Using Functions to create an arithmetical quiz
 
I am stil finding my way into functions in c++. I can't figure out how to sketch out the code for the below exercise. It has also been repeated to given as a pr...
[no replies]
Not able to 'Function'
 
Hi have been struggling to understand how functions are working. Have written the following code to try and pass a value to my function to print out Hello th...
[3 replies] Last: Okay, many thanks between you both i'm starting to get it. You want s... (by dan1973)
Objects using other objects
 
I'm a little new to this, So I might accidentally call something by the wrong name, so bare with me for a moment. I am making a Black Jack game, so far I hav...
[6 replies] Last: Oh, and even though it's not directly related to the topic: A 'subclas... (by hanst99)
cool program
 
i found a cool program that reads the bytes of int and more on your computer! #include <iostream> int main() { using std::cout; cout <<...
[7 replies] Last: That went without saying. (by jsmith)
Sorting/Outputting Array
 
Hi, sort of new to C++, first time taking a course in it and I'm having trouble with my first array program. I need to read a text file and input that data int...
[9 replies] Last: As for choosing a sorting algorithm -- bubble sort or selection sort i... (by chrisname)
How to change .exe icon??
 
Hello everyone, I've just encountered a problem. When I compiled a .exe file, the default icon of the application will be the windows console icon(like cmd.exe ...
[2 replies] Last: 1. in notepad paste AAA ICON myicon.ico 2. then save as resourc... (by blackcoder41)
by kl8610
problems with structure array
 
this is my assignment question: Each student in the university takes a different number of courses, so the registrar has decided to use a linked list to stor...
[5 replies] Last: ya, this help, thanks (by kl8610)
by nano90
need a hand please
 
Hello I have a homework to write 5 programs, so I wrote them but wasn't able to run any of them :-SS could you please tell me why? 1) create a program cal...
[9 replies] Last: ahhh okk thanks u guyyyzz :-))) for program # 2 how do I insert a ... (by nano90)
code not executing correctly while in a void function
 
Hello. I am fairly new to C++ so i apologize in advance if this is a dumb question. I am trying to write a program that will generate a random number, check ...
[5 replies] Last: after reading through the functions section of the tutorial for the 4t... (by squirtman59)
while loop doesn't work!
 
I am a newcomer to c++ , and i have a very strange problem.I know i should use ^z to terminate a while loop such as while( cin >> string ) under windows syste...
[2 replies] Last: well, thanks! This is gonna help a lot! (by akilguo)
Dungeon in need of refinement ! ! !
 
Hello all, Have written the following code in response to the dungeon crawl exercise - it's a slight variation. The numberpad direction keys are for dire...
[3 replies] Last: Okay, couldn't help but tweak a little bit more - here is my final att... (by dan1973)
I am new to C++
 
Hey I am a student of Monash university in malaysia and doing mechatronics.. We just started C++..I am having a hard time with structs and pointers.. If any...
[11 replies] Last: Hey thanks everyone .i'm starting to get the hang of it now!!!thanks a... (by supun75)
graphics in a c++ program (no code yet)
 
ok first im sorry if this is gonna come out the other end looking all messy but its 1:30 AM now and im tired so my question is what do i have to learn to progra...
[4 replies] Last: Using OpenGL or DirectX SDKs directly is something only someone as ins... (by Albatross)
Independent and ambiguous variables
 
Ok so how do i make variables that are not part of any function but can be changed by other functions in the program....im trying to write a text game and i nee...
[1 reply] : WHY in this insane world are you trying to assign a constant character... (by Albatross)
April 2010 Pages: 1... 1314151617... 35
  Archived months: [mar2010] [may2010]

This is an archived page. To post a new message, go to the current page.