Beginners (Page 106)

trying to save
 
All right i cleaned my program up a little I'm trying make a database and flowing the directions t...
[1 reply] : Sorry everyone its working was looking in the directory (by Tiger32)
by Pebble
Condition
 
I'm writing a TicTacToe exercise, And i've narrowed it down to a condition that alway's read's false...
[2 replies] Last: Thank's a bunch booradley60. I was writing several part's of the progr... (by Pebble)
HELP: open exe script
 
Hello guys. I'm trying to make a script in Visual Studio 2010 for instantly open an exe file when i ...
[1 reply] : http://msdn.microsoft.com/en-us/library/windows/desktop/bb762153%28v=v... (by MiiNiPaa)
Help: Value in between
 
I want to make a value in between. I have this problem during my program. E.G: If value is betwee...
[4 replies] Last: In addition to what Vlad's saying: if (e >= 200 || e < 300) ++g... (by cire)
Why doesn't my program work? Help appreciated
 
What this program is basically supposed to do is get a name, student ID and varying amount of grades...
[8 replies] Last: Ah thank you! Yes I had not done the operator= correctly. Now it works... (by Tiger58)
Character Arrays Subscripting (1,2)
 
char MyString::strcomp(char string1,char string2) // Compare using Array subscripting { for( i...
[22 replies] Last: ok, my bad for misinteterpreting at the time. And I get what you're sa... (by zero117)
by meroo
need help with this code
 
am trying to write code linking with ac circuit to read : 𝑍=𝑅=(𝑋𝑙+𝑋𝑐)𝑗 where...
[2 replies] Last: It looks like things could be simplified. I would expect the user to i... (by Chervil)
I don't understand why
 
I'm a newbie in C++ and I just learned about array. I'm testing of how to make it add/sub/multiply/d...
[4 replies] Last: Thanks. My programme work the way I wanted to. :) (by Angry Food)
Separate player controls - playerArray HELP!
 
Ok so I'm fairly new to C++ and i have a project to make a tank game with 2 players controlling tank...
[2 replies] Last: Ah i've changed to glut and redone the whole thing, works now. I wasn'... (by ROBYER1)
by SlatA
Capitalize String
 
I was wondering what were different ways to capitalize a string. This is one way I did it. void ca...
[3 replies] Last: There's also a to_upper for strings in boost, if you want a shortcut ... (by Cubbi)
Test a Class type & Heritage
 
Hi everyone ! I encountered a problem while I was coding a game in C++ about Class types and Heri...
[1 reply] : Do you really need player spaceship and enemy spaceship be two differe... (by MiiNiPaa)
by Arkips
Assigning a character to an argument?
 
How can I assign a character to argv? In a broader scope my problem is that I need to use input f...
[5 replies] Last: Aah, i see. Thanks Chevril. Vlad, it turns out i'm an idiot. I've set... (by Arkips)
by Maissa
is it possible ?
 
lets say we have a class animal //which is base and we have a class dog,cat,horse that inherits th...
[4 replies] Last: oh sorry , now i get it thank you very much ! (by Maissa)
by suraya
inheritance and using constructors
 
hey guys i wrote this code this is the header file #ifndef VAR_H #define VAR_H #include ...
[3 replies] Last: thank you guys :) (by suraya)
text file to arrays
 
so iv'e been going in circles for a while now and i just gave up lol so it goes something like this....
[3 replies] Last: thank you guys for your answers i would use struct's and vectors but ... (by natsu546)
Using new operator in class constructor
 
#include <iostream> using namespace std; class numbers { private: float data; publi...
[2 replies] Last: Try this: class numbers { private: float* integers; public: ... (by Stewbond)
Reliability Issue
 
I am trying to write a program that simulates the configuration shown below, using a component relia...
[4 replies] Last: Sorry! It says " 17:16: error :'time' was not declared in this scope" ... (by tanyacjones)
by Fyah
Someone please help me understand VOID in C++? (1,2)
 
hello i recently learned about the VOID function in C++ but even though i asked questions i was stil...
[29 replies] Last: well honestly i have created a practice code to practice the void type... (by Fyah)
Question about references
 
Why does the following compile in VC++11: int const& val = 5+5; What does this mean ? Speci...
[2 replies] Last: Ah ok, I really should read up about this lvalue/rvalue business. Than... (by ausairman)
Broken program
 
I need to create a function that can find the average score. I came up with this #include <iostream...
[2 replies] Last: Thank You! (by rjryan94)
Pages: 1... 104105106107108... 127
  Archived months: [mar2013]

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