[try Beta version]
Not logged in

Beginners - June 2013

Dividing user input into strings
I'm trying to save the words of a sentence that is entered by the user in different strings. The pro...
Jun 30, 2013 at 11:19pm
[13 replies] Last: Sorry I was grouchy with you. (by Duthomhas)
Recursive Fill (Please Help
When you press return, it's supposed to go to a new row, but I'm a little confused and need help. He...
Jun 30, 2013 at 11:13pm
[no replies]
by Andym
file is note reading from the file
Why is this not reading from the file? I have it in the same directory and the write file functions...
Jun 30, 2013 at 9:25pm
[4 replies] Last: However, based upon the previous discussion, and then looking at this ... (by Chervil)
by ivan1
Index of an array
Hi All, I have a 2d array and I am trying to get the index of a specific element. Actually, it is...
Jun 30, 2013 at 8:37pm
[4 replies] Last: It works, thanks! (by ivan1)
by undph
String find
Im writing a calculator. I want to include a sinus-function. for(int i = 0; i < anzahlOpera...
Jun 30, 2013 at 8:29pm
[1 reply] : std::string::find Return value: The position of the first character... (by Smac89)
The normal distribution cumulative density function in c++
#include<math.h> but N is not identified as cumulative density function. cdf also doesn't work Anyth...
Jun 30, 2013 at 8:12pm
[no replies]
changes seems to be done but not applied
I'm trying to take multiple lines of string to a vector, like "hello you", "hello world". and then ...
Jun 30, 2013 at 7:12pm
[4 replies] Last: I just realized it now, Thanks to you :) (by Akillioon)
change invidual characters in string
I would like to know how to access a string = "hello you"; with char a; I would like for an...
Jun 30, 2013 at 6:46pm
[3 replies] Last: I enlarged the example. (by vlad from moscow)
Destructor
Should we use a destructor everytime when we are using pointer in our code? Or only when the charac...
Jun 30, 2013 at 6:43pm
[2 replies] Last: Show how are you going to use destructor? (by vlad from moscow)
problem giving inout
Hey , suppose I made a simple factorial program in C , which takes a user input. I wish to give the ...
Jun 30, 2013 at 5:31pm
[7 replies] Last: What you need to do is to open a console window of your own, where you... (by Chervil)
pointer to class member function
should I use "&" to point to the function address?If & is omitted, there is compiling error, but I ...
Jun 30, 2013 at 5:13pm
[2 replies] Last: http://www.parashift.com/c++-faq/pointers-to-members.html (by kbw)
Sum of nonnegative numbers
Hello, Following is the algorithm that I'm trying to work out in C++: step 1. Set the value of ...
Jun 30, 2013 at 4:24pm
[10 replies] Last: no problem but when you want to share a cod write it between ... (by closed account 1v5E3TCk)
Draughts game
Hello, everyone. I want to code a turkish draughts game. But i dont know where to start. I dont ...
Jun 30, 2013 at 4:14pm
[7 replies] Last: yes it is an exercise but i dont know how to use classes so i dont kn... (by closed account 1v5E3TCk)
tun time check failure?
Anything wrong with my code? run-time check failure #2:stack around the variable "ppointer" was curr...
Jun 30, 2013 at 4:10pm
[2 replies] Last: Thanks! (by boringegg)
by Ban13
C++ Application that doesn't steal focus and just runs
I'd like to make a simple, small application which, when started doesn't steal focus, shows in the p...
Jun 30, 2013 at 3:42pm
[8 replies] Last: Hi, can you be so good to provide the actual code please, I'm having ... (by Ban13)
Function Problem
So im having some trouble with the fact functions have to be declared before you can use them, and t...
Jun 30, 2013 at 3:23pm
[7 replies] Last: Thanks Chervil - Your explanation helped a lot - I tried them all out ... (by firesoulpwn)
Declaration - Calculation?
When I try to execute this program, I get 1 as o/p which is obviously correct. #include<iostream.h...
Jun 30, 2013 at 2:42pm
[10 replies] Last: Ah, thanks a lot, everyone. That really helped. (by BlitzkriegLove)
by piczim
c code running in windows
I have done a VERY simple currency converter which runs in the command prompt. is it possible to som...
Jun 30, 2013 at 2:11pm
[3 replies] Last: A C compiler. (by vlad from moscow)
Help with template classes and error LNK2001
Hi all! I have some error LNK2001s due to this class, but I am not too good with templates: ...
Jun 30, 2013 at 1:17pm
[4 replies] Last: Hey thanks man it worked! :D I owe you one. (by altan haan)
Need ideas
hello there i need idea/tasks for what to make... i would like something challanging but not to h...
Jun 30, 2013 at 12:49pm
[12 replies] Last: i shared sme exercises or beginners yesterday but i wont continue you ... (by closed account 1v5E3TCk)
June 2013 Pages: 123... 49
  Archived months: [may2013] [jul2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.