Beginners (Page 93)

Interface with hardware using a parallel, seriel or usb port
 
Hi guys Can someone point me in the right direction as to how to go about writing a program that ...
[no replies]
Program to count the number of specific words in a string
 
Basically the program is meant to have the user input a string and then count each time a number is ...
[3 replies] Last: thanks guys, great help. (by saultx1)
2d arrays and global functions and Prototypes
 
Program 9 Write a program that reads input file “grades.txt” to EOF and inputs a 5 digit studen...
[8 replies] Last: Yes, I don't know why the word 'global' was used - unless a function ... (by MikeyBoy)
Questions Regarding the Literal C++ Coding Language
 
Hello and thank you! I'm sorry for my title if it is a bit confusing. What I'm trying to ask is very...
[3 replies] Last: [quote=anonymousxyz]What does the WINAPI refer to, and in general, wha... (by L B)
Recursion Problem
 
Hey everybody, Not gonna lie. This is a homework help problem. I generally don't have difficu...
[4 replies] Last: No problem. You ended up with exactly what I got too... :) (by Mathhead200)
Random generator does't work
 
Help please. I need to generate 200 number in a file. Each of these 200 numbers is the sum of 12 r...
[2 replies] Last: Thank you Vlad! Now I see that counter12 and sum didn't come to zero... (by ktk0541)
fstream trouble
 
I'm getting a runtime error that i cant interpret. EXC_BAD_ACCESS. Please Help. The .txt file is a l...
[10 replies] Last: why stop using .eof? Because it's an error to use it that way, for ... (by Cubbi)
by maxrax
Need some help with TmpArray()
 
Hello everyone! Today I am in need of assistance with some code usage. char TmpArray[hello world...
[2 replies] Last: Character arrays: http://cplusplus.com/doc/tutorial/ntcs/ char hello... (by Catfish3)
Binary Numbers Not showed in correct order
 
I wrote a program that outputs the binary number of a decimal number passed to it, however the bina...
[2 replies] Last: I think it will be better to write a recursive function. For example ... (by vlad from moscow)
Error: Undefined Reference to 'List::add(int)
 
I've been experiencing the error, "Error: Undefined Reference to 'List::add(int)" along with the sam...
[3 replies] Last: Thanks everyone, i realized theyre not included in my project file! (by billycro)
by sumsar
comparing a string letter with another letter?
 
Im making a small game call field runner but i have a proble with the if statment on line 43. ...
[4 replies] Last: You want the outer loop to break in order to return back to your main ... (by Olysold)
by Turnip
error c2228 left of '._ptr' must have class/struct/union
 
I am getting this error and I cant figure out why. I am very new to boost filesystem library erro...
[1 reply] : Was using d->path().extension() instead of assing d->path() to a varia... (by Turnip)
Wrong answer. wrong answer. wrong answer. wrong answer........
 
in this program i try to make it similar as TEST if i write the right answer it will say RIGHT if m...
[7 replies] Last: Oh, thought I could be. Sorry for any misdirection I my have encourage... (by SuperCookie47)
Help! Please!
 
I need help with this code i am getting a 'while' error and '{' missing function header. How can i f...
[1 reply] : There is incorret function definition Instead of void computeAverag... (by vlad from moscow)
Date test?? help about this C++ program
 
Hi...... Please help me about this program....... I am not understanding this one.... A) Write ...
[3 replies] Last: I have Write code...........Thank you L B for your reply (by MR Programer)
by sumsar
compare to a word
 
i need to compare a char or a string to a word but i get a compiler error. what am i doing wrong? ...
[1 reply] : #include <iostream> #include <string> #include <fstream> using namesp... (by SamuelAdams)
A simple compiler error : ISO c++ forbids declaration
 
Hi, I just started learning C++ so this question might be too simple for you. I wrote a simple p...
[2 replies] Last: It's so interesting that I have to declare return type in both the pro... (by clerner)
Where to begin with graphical output?
 
I may sound like I don't know what I'm talking about here, because I don't quite. I have some b...
[2 replies] Last: Thanks, all of this helps a lot, or a least gives me a good place to s... (by Kelsomatic)
Balancing an AVL tree
 
Hey, I'm just having a bit of trouble inserting into an AVL tree and then balancing it. here's t...
[2 replies] Last: No replies? Well, some topics are harder than others. In my opinion... (by Catfish3)
Probable pointer error somewhere
 
Hi! My program runs for some time, then comes to a line it has executed several times earlier and...
[18 replies] Last: The problem should be fixed now, it just crashes when it runs out of m... (by Jonas Wingren)
Pages: 1... 9192939495... 135
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.