Beginners (Page 4)

please help... really stuck
 
I understand this is an assignment help, i just need a little push in the right direction, dont need...
[no replies]
Student info
 
Hey everyone! I need some help with this code. I need to create a program that acts as a student in...
[4 replies] Last: At line 26 you have missed parentheses. Note: when you put these paren... (by fmehri76)
Issues with cin
 
I need to send an ifstream variable to a function, but the file directory needs to be user-defined. ...
[4 replies] Last: unless your doing c++ 11 in which case you dont need the .c_str() (by DTSCode)
help me stuck on this code
 
I have narrowed it down to something is wrong with this piece of code here. can someone see somethin...
[3 replies] Last: Well, it would benefit from some else statements, just for clarity. Al... (by Ispil)
by fblau
Sending ASCII to serial port
 
Easy enough in python ;) but I can't figure it out in C++ Trying to send an ASCII 220 to my para...
[1 reply] : char in C/++ is only an integer type of a specific size. It is not a... (by helios)
Need help with next step
 
Ok so, the code I have below compiles, however I am not sure what I need to do to accomplish my next...
[4 replies] Last: Yes, the names can be kept as is. Instead of restricting the class to ... (by Daleth)
Missing " )" before "-"
 
I haven't written C++ code in a while can you tell me what the problem with his bit of code? ...
[7 replies] Last: Aren't you guys overreacting a bit? Maybe he's using some exotic keybo... (by helios)
Linking arrays
 
Heloo, I create a function for entry with ids. The code is below.Now I need create a function for e...
[13 replies] Last: [code firstline=25] int n; cin >> n; string* anim = getArray(); cout ... (by Daleth)
Finding letters in a string (1,2)
 
Hello guys, i'm new and I'm trying to compile a program that sees wether a user-inputted string cont...
[37 replies] Last: I dunno if your still working on it but I found this solution to check... (by pata)
by epi975
Changing the colour of a single char in a 2D array
 
Hello, I have a 2D array of chars that has a char (@) that I wish to change the colour of that indi...
[3 replies] Last: Btw you should put the "Map" inside the main function globals aren't t... (by giblit)
Program hangs on function call
 
Hi guys. First post here :). I decided to give C++ a try a few days ago, dive in and just see how it...
[2 replies] Last: D'oh, just found where my problem was: lines 57/58: this->CharStrengt... (by manudude03)
using namespace std; OR std::
 
Which is correct? Which one is better/worse? whats wrong with each? #include <iostream> usi...
[5 replies] Last: As giblit has already said, using using namespace std; at global sco... (by andywestken)
Problem
 
Hey guys ;) Ive written a programm but it doesn't work... What's wrong? it was supposed to sort nume...
[3 replies] Last: Thank you Ispil! I'll try ;) (by aerialist84)
by ishraq
Counting number of elements for each row
 
Hello. I have the following text file: 54 164.3 201.6 226.7 63.4 71.2 210.2 94.8 147.7 47...
[5 replies] Last: I need to first get the number of elements for each row. Well, you'r... (by andywestken)
commad line arguments
 
How do I get my program that finds the max product of the 20 by 20 array by using a command line fun...
[2 replies] Last: I kind of understand the argc and argv arguments but the only problem ... (by bruntmjust)
cannot appear in a constant expression?
 
This code is really incomplete but I'm trying to work out what's going on to fix errors before I mov...
[4 replies] Last: @ Cubbi thank you, I think I understand now. And now I see what you me... (by idealcat)
Hiding button in WINAPI
 
Hi, I'm trying to make a basic WINAPI to help me learn more about C++. I've made the menu fine but ...
[no replies]
by SmOgER
Code not working properly, condition is being ignored, no errors.
 
No matter how hard I try, I can not find anything wrong with this code, lol. Thanks in advance...
[4 replies] Last: The code as posted in the original post works fine for me with the dat... (by cire)
How to add a timer loop break command that the user can input?
 
Hi! Me again, I have a feeling I will be posting here frequently now, I hope it's not too cumbersome...
[13 replies] Last: Alrighty then, works now! Thanks for walking me though this, I can't i... (by Megakoresh)
by Trinal
Custom Cipher Language
 
I created a cipher type language a few days back along the lines of:a=o, b=d, c=v, ect. This "langua...
[2 replies] Last: The " if word ends with " rules require separate treatment though.... (by keskiverto)
Pages: 123456... 135
  Archived months: [mar2013]

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