Beginners - August 2013 (Page 35)

by BToven
Checking for proper name of the user
 
So,im making smth like siri but console windowed.In the beginning you enter your name in a character sequence max=100. so i want to check is he spaming or writi...
[5 replies] Last: Thanks man i was trieing so much but never got an idea for using param... (by BToven)
NEED HELP IN ARRAYS
 
I need help in arrays i m editing a basic plugin of game in c++ if (message == '@' || message == '/' || message == '!' || message == '%' || equal (messa...
[2 replies] Last: #include <iostream> #include <string> #include <algorithm> struct r... (by Lowest0ne)
by azn83
Dice roll program
 
Hello fellow programmers, I just recently joined this website to help me gain some understanding with what I'm doing wrong with my programs. I decided to get ba...
[3 replies] Last: Wow, thanks for all the help guys! The whole thing about me using name... (by azn83)
basic
 
according to me sum should be 0 as when we call the add function a and b should be 0 and b should be 0 so sum should be zero! please explain i am not getting th...
[1 reply] : You are calling the function with arguments 4 and 5. o.add(4,5); So... (by vlad from moscow)
headers
 
when we create a class (and thats header)say classX=(classX.cpp+classX.h) and want to use in a main.cpp do i need to also compile the classX.cpp before using i...
[1 reply] : It doesn't matter the order in which you compile classx.cpp and main.c... (by AbstractionAnon)
default value
 
according to me sum should be 40 as i set b as 10 as default! where is problem? #include<iostream> using namespace std; int main() { int...
[3 replies] Last: okay got it thanks again! (by hellcoder)
HElp with for loop
 
Here is the question and answer- Task: Soccer Games results ( Version 1 ) There are n number of soccer matches ( n < 30 ) being played, the results of the ...
[5 replies] Last: It can be any Integer, but i is the most commonly used. you can also w... (by Nickel Dare)
by dreasn
Using Activex control IE (Visual C++ 2010)
 
I've been trying to insert an Activex control (Microsoft Web browser/ IE) into a Dialog. I have inserted it by right click at dialog box > Insert ActiveX ...
[no replies]
funcation overloading
 
what may be possible erro #include<iostream> using namespace std; class addition{ int a,b,sum; float n,m,sumf; public: int add(int,int); float add(f...
[6 replies] Last: thanks Techno01 and Chervil! both things working well! (by hellcoder)
Headfile repeat problem.
 
If I have 3 head files: A.h B.h C.h //============================A.h================================= #ifndef A_ #define A_ #include "B.h" #endif //==...
[3 replies] Last: I do not see where C.h can be included twice. Before posting a code it... (by vlad from moscow)
Positive or negative integers
 
Hello guys I was wondering how I could allow only integers to be entered. I've already tried it in the code below but when enter I enter a character is tells me...
[6 replies] Last: Note that conio.h is a non-standard header that comes only with some c... (by Peter87)
beginning
 
im in the beginning of starting my computer science degree and i have worked all summer and saved up for a computer cause i dont have one of my own. Now i under...
[2 replies] Last: well since im a neophyte should i be worried about that kind of proble... (by seanpaul91)
How can I make a simple text Splash Screen
 
I've been writing a small CLI program in C++ which will take and store some student data in ram and will manipulate them when needed. I've 2 questions now. ...
[2 replies] Last: Yes, I'm using windows 7 64-bit Ultimate (by Sinux Sand)
Difficulties with DO, WHILE, IF, ELSE
 
Hi to everyone, I'm very new here and this may be a very dull question, but I've been trying to figure this out for hours and can't get it to work as I want. ...
[8 replies] Last: the only real difference after compile is that endl will flush your ou... (by iamk2)
Help with c++ max min sum
 
Project 1: Max, Min and Sum In this task, use "data.txt" as input file "output.txt" as output file Store a number integers (any number between 0 and 100) in th...
[2 replies] Last: you wont SEE anything but the pause at the end which will be waiting f... (by iamk2)
by grim w
Issue with loop for counting certain characters in a string
 
Hi, I'm a beginner programmer and I'm trying to create a loop that counts the number of C's and G's in a string. The program seems to return only around half th...
[3 replies] Last: Member function length returns the number of actual characters stored ... (by vlad from moscow)
Proceed y/n ?
 
I am trying, I really am , but I cant sort this out. I am trying to add a function to my code, but i cant get it right. I think i am missing a function. I ju...
[6 replies] Last: Almost there guys! Thanks for the help thus far. All that I am current... (by drlector)
Combining C++ with C#?
 
With combining i mean using C++ for the core/main code and C# for the GUI.
[3 replies] Last: Here is an example that demonstrates using features of three languages... (by vlad from moscow)
ifstream and multidiemnsional array
 
i need help putting my matrix from text into array so i can do something with it. any good pointers of how to do it ? accessor? constructor ?
[1 reply] : You should define operator >> for class square. (by vlad from moscow)
by Tbonet
tMove() Function
 
I just started learning C++ about two days ago. It is my first programming language, but I feel that I have progressed far. However, upon practicing coding, I...
[4 replies] Last: Oh man, just keep track of the locations of P, T, and Es. (by Lowest0ne)
August 2013 Pages: 1... 3334353637... 51
  Archived months: [jul2013] [sep2013]

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