General C++ Programming - October 2013 (Page 34)

Learning C++
 
Hey everyone! I am 14 years old and really like programming. I have experience in python, HTML, and...
[6 replies] Last: You can learn C++ anywhere throughout the internet, and since you're s... (by Uk Marine)
by tang
help me check why my 2/30 still valid==? which statment wrong
 
#include <iostream> #include <conio.h> #include <string> using namespace std; string date ( in...
[2 replies] Last: Also I must note that leap years are not deretmined by simple (year % ... (by MiiNiPaa)
Removing First Item From Single Link List
 
My algorithm is not working void remove_first() { current_node = head_node; node * temp...
[2 replies] Last: Well, I think that head_node is first. Then you need to do it differ... (by coder777)
error: invalid conversion from ‘int*’ to ‘int’ [-fpermissive]
 
at compile time i am getting this: error: invalid conversion from ‘int*’ to ‘int’ [-fp...
[8 replies] Last: im sorry line 10 in the above code should have been: lcw_ecc( encode... (by density)
by Gogu
Problem understanding while, do while, for, if then else cycles.
 
Hello. To be more specific, I know how to use what specified before, but in an exercise I don't know...
[3 replies] Last: [quote=Gogu]But something ,like a good book http://stackoverflow.com/q... (by LB)
by sahagg
C++ code of matlab function ndgrid and interpn
 
Hi All, I am working on an assignment in which I have to port a matlab code into C++. I am al...
[5 replies] Last: The links given above does not help in porting to C++ and that tool is... (by sahagg)
by URVISH
POINTER
 
I am writing simple code of pointer. But i m comfused here. #include<iostream> using namespa...
[7 replies] Last: ok now I understand... Thanks to all of you... :) (by URVISH)
Forming a matrix multiplication program
 
Hey guys, I just started Linear Algebra for my programming degree and to full understand everything ...
[5 replies] Last: @keskiverto thanks for your input - i always enjoy getting more info. ... (by tath)
by KidDes
Drawing Rectangular prism opengl
 
I am supposed to create a class of rectangular prism in opengl. I am having touble in writing my "dr...
[1 reply] : To make your prism, just start from the origin, and calculate the valu... (by TwilightSpectre)
lua / luabind - Add and overwrite class methods through lua
 
I'm using lua 5.2.2 with luabind 0.9. I'd like to be able to add additional class-methods through...
[2 replies] Last: The official lua forum is 'down for maintanence' and has been for a wh... (by silverlan)
Solved. (1,2)
 
Solved.
[38 replies] Last: Solved. (by omiexstrike)
Sorting and tracking index program
 
Hello guys i have been learning c++ for about 1 month. So my problem is that suppose i have array ={...
[1 reply] : You'd better describe your algorithm in verbs rather than in code. I ... (by rodiongork)
C++ Printing Vector Adding New Line
 
I have a vector of structs. struct myStruct{ string text; int num; }; vector<myStruct> foo...
[1 reply] : I have checked that text does not include new line character at the e... (by Disch)
SFML 2.0 Look at
 
is there a way to make an object rotate until it looks at the sprite?
[1 reply] : Again this is not really an SFML question, but is a general game logic... (by Disch)
SFML 2.0 Move to
 
How do i make it so that a sprite will move to something or a position?
[9 replies] Last: i know about that way but i was just curious if there was another way (by Cronnoc)
randoming question
 
hello guys can i ask ? i have a problem with my program and i need to random question when i choose ...
[2 replies] Last: can you fix my program sir ? im sorry to bother you but i need that pr... (by Jpalabay)
Can anyone help fix this code?
 
I'm new to coding and am having trouble with the code I'm working on. b should raise by one every 2...
[1 reply] : You could have re-used this thread: http://www.cplusplus.com/forum/gen... (by LB)
by LB
Is there are better alternative than this?
 
       https://github.com/LB--/ChessPlusPlus/blob/lb-refactor/src/AppStateGame.cpp#L76[code f...
[4 replies] Last: Ah, of course - for some reason I hadn't realized that. But yeah, I th... (by LB)
RC4 Encyption, Bad PTR
 
Can anyone help as to why ByteOuput is giving me a BadPTR error? #include <iostream> #inclu...
[4 replies] Last: Strange. If I make that change I get the following output: Message: He... (by norm b)
Can someone help me with my program?
 
Hello, I am new to programming and working on a small program just testing something, this should ra...
[3 replies] Last: Thanks L B and Mikey I intially thought that it would loop thus increa... (by rlrmorris99)
October 2013 Pages: 1... 3233343536... 46
  Archived months: [sep2013] [nov2013]

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