Beginners - December 2014 (Page 8)

Wrong byte values when receiving multicast
 
Hi, following problem / phenomena exists... My message transmitter sends messages (using ip*wor...
[no replies]
C++ Hello World
 
I've been eager to start learning C++, and so I started using NewBoston's C++ tutorial, however,when...
[5 replies] Last: i did an upper case L to show you it was the letter and not a number '... (by mutexe)
comparison of two character arrays
 
why this code is not working. i want to display the either you entered same name or different name ...
[4 replies] Last: Thank you very much!!!!!!!!! (by affan535)
by b1gzz
If, else if and else statements
 
I was just having fun with these statements when I came across an error: int main(){ unsigned in...
[2 replies] Last: Oh, I thought that using or not the brackets wouldn't make any differe... (by b1gzz)
Please Help with my Random Name Generator
 
Hello This is my Code: #include <cstdlib> #include <ctime> using namespace std; int main() { ...
[2 replies] Last: Thank you deathslice This has fixed up the bug still trying to figure ... (by Althalus)
Example code illustrating Expression Templates
 
Hello, I'm trying to explore expression templates. After reading from quite few sources, I'm gett...
[2 replies] Last: Thank you JLBorges for the links. They're very helpful. (by pranavladkat)
by vxk
bitwise copying and trapping values
 
In C, unsigned char is the only type guaranteed to have no trapping values, and which guarantees c...
[1 reply] : The object representation of an object of some type T is the seque... (by JLBorges)
Why is first letter of string getting cut off on output?
 
Everything is working fine except that the "N" in "North" keeps getting cutoff in the output. Does a...
[3 replies] Last: Thanks! (by bigzigzag)
Getline
 
Hello This is a question I am so stuck on and just don't get. I'm sorry if this sounds stupid but...
[2 replies] Last: Oh okay that makes sense. Thank you. (by Nikolai)
FuncKy51.lib
 
Were and how can I find a function library similar to the funcky function librarys that were for the...
[1 reply] : What is funcky? Please provide some links to the library in question?... (by kevinkjt2000)
funky for loop
 
Hello, I am having trouble with a for loop that refuses to stop. i created it to generate the fibo...
[2 replies] Last: thank you (by drewdddd)
by SeNNa
I can't figure out the error in my class program for a bookshop
 
So the program is a Bookshop which is the Class Book It should contain : ISBN, title, author, qu...
[9 replies] Last: You have many logic errors. For example: b is an array. But on the lin... (by MiiNiPaa)
initialise variable sized array
 
Is there any way to initialize a variable sized array in a single line? int main() { i...
[4 replies] Last: [quote=rajroushan95]Is there any way to initialize a variable sized ar... (by Cubbi)
Without Nested Loops
 
Write a program that reads n<1000 then n numbers each of which is between 1 and 1000 inclusively fro...
[2 replies] Last: If you want someone to do your work for you, consider paying them. If ... (by Avilius)
What is a data field?
 
A union that contains structures for the different event types. Can you explain what is a data...
[2 replies] Last: No I know what a union is. I had to look it up on the site. I haven't ... (by brokenbot)
Need Help guys. (Arrays)
 
Hi, my program is kinda seating arrangement system, it works like when i enter a seat number, the...
[2 replies] Last: Many Thank bro . u solved it. Thanks again. (by Paragon)
Which return type declare when using two templates?
 
Sorry for my probably wrong title, i don't know how to call it properly. I've got a function that...
[4 replies] Last: Thank you, it works. (by TheHardew)
by CS1
int x and char(x)
 
int x is used for declaration of x and in memory a space is reserved for x variable but what happens...
[1 reply] : char(x) converts x to char type. For examlpe this line will print "c" ... (by TheHardew)
adding a qt3d scene to graphicsview
 
Hello, I have a cubeview (qt3d scene ) object view. I want to display it in the graphicsView pane of...
[1 reply] : Maybe post your question on qt-forum. And btw qt is not that good on ... (by TheHardew)
Scan in word per char
 
I have the following program: char* c2; for(char& c1 : str) { c2 = &c1; ...
[1 reply] : i'd turn each char into a string. #include <iostream> #include <str... (by mutexe)
December 2014 Pages: 1... 678910... 55
  Archived months: [nov2014] [jan2015]

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