Beginners - June 2016 (Page 19)

I have my code but having trouble with calcultaion
 
I have a code but i am having trouble with the calculation part. The local t-shirt shop sells shirt...
[10 replies] Last: okay sorry about that (by closed account D4NbpfjN)
Im having trouble making a jagged char-2D-array program. I need some help (1,2)
 
The names are stored in a file. kamil saad muhammad alexander alina taylor jack nikita ...
[21 replies] Last: How many times do you need to be told that you can't do this? char te... (by jlb)
by simani
what is the probelm with this code?
 
It does not run and I cannot find the problem. Why does not it run? #include "stdafx.h" #include...
[6 replies] Last: [code firstline=5] class q { public: ... ... static const... (by Chervil)
please help me please
 
hi guys^^ I wanna to write a program like this in c++: get the weight of n bag and then calculate ...
[14 replies] Last: You haven't really clarified the problem statement. Are you simply tr... (by AbstractionAnon)
For loop Help!!
 
I need help with printing this array. Also, a brief explanation of the for loop would be helpful. ...
[3 replies] Last: Thanks a lot (by fivestar)
(help) how network socket in different os communicate with each other
 
Write your question here. sorry if this is silly question . after many hour searching on intern...
[3 replies] Last: if we take care of language specification like struct pad or space ..... (by coder777)
Solving infinite loop
 
I am below 18 and I learn c++ with myself , I need some help on basic programming of c++ . Thanks . ...
[8 replies] Last: Thanks ^^ (by Antereson991)
Problem with overloading member functions
 
I have written a class like this: class Foo { public: void bar(const int&); void bar(...
[16 replies] Last: Ok, no worries :+) (by TheIdeasMan)
Printing Two Characters in the same space
 
desired output: Two letters appearing in the same space at the same time. Please offer me hints as t...
[3 replies] Last: It used to be that you could load custom symbols into an alternate f... (by Duthomhas)
Segmentation Fault
 
So here I have a homework assignment where I was to implement stacks and templates. The program was ...
[7 replies] Last: Did and it works now! Thanks for your help really appreciate it. (by Jose94ji)
Nested Loops trouble.
 
Hey cplusplus world, I'm new to this forum and am currently studying computer science where I've ta...
[4 replies] Last: Thank You PrivateRyan for taking the time to look at this and give me ... (by programSam88)
cout: different behavior due to context?
 
I was experimenting to see what I need to do to verify that a supported operator (+, -, *, /) was in...
[3 replies] Last: Duoas and Hirokachi, Thanks for the explanations. I knew that I didn'... (by jeffbiss1)
by Tonlee
Why the double return value is -1.#IND?
 
I can't find the error in my code.I got this problem from the remove() function in Binary Search Tre...
[1 reply] : Oh suddenly I figure out T removeMin(BinaryNode* &t) { while... (by Tonlee)
by GonlyG
Empty Output in Lowercase Program
 
I am given an ambiguous amount of text and must make all the letters lowercase. But my output is emp...
[no replies]
Adding Binary Search
 
So the program I have for homework lists the values I have in an array in increasing order. I am hav...
[1 reply] : Line 11 in binary search code: You are passing 3 parameters, when the ... (by Arslan7041)
by iuliaa
infinite cycle
 
I tried solving a problem that goes like this "for a number x that has 3 digits build a square matri...
[1 reply] : for(j=1; j<=n; i++) you never touch `j' (by ne555)
Load value of a memory address stored as an unsigned 32-bit int
 
Sorry if the title doesn't make sense I am trying to use the memory address of an object to creat...
[6 replies] Last: What I meant by that is that a pointer to any object derived from your... (by AbstractionAnon)
Splitting string Array and put into another array
 
I have an array called allcourses which contains elements Like : " ssds*fgg*vcv* , saAds*cvb*bcfvb* ...
[no replies]
Unable to catch particular user input error
 
win 10 VS 2015 prof. I am working on a program that invites the user to input a date: m for mo...
[2 replies] Last: suppose the user instead of inputting, for ex., 10 inputs 1o If you... (by AbstractionAnon)
Sorting & Searching
 
I desperately need help with my homework for my Computer Science class. I'm struggling greatly with ...
[3 replies] Last: I honestly just needed a step by step process to tackle each thing. I ... (by therpgking)
June 2016 Pages: 1... 1718192021... 25
  Archived months: [may2016] [jul2016]

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