User: Lbkulinski

  • Public profile

User profile: Lbkulinski

User info
User name:Lbkulinski
Name:Logan Kulinski
Location:USA
Website:http://www.logankulinski.net
Bio:My name is Logan Kulinski and I am a high school senior. I have experiences in both software and hardware development. Some of the projects I am currently working on are a remote control lawn mower and a touchscreen cellphone.
History
Joined:
Number of posts:34
Latest posts:

A sudden question just come up with
{} can be used with many things in C++ Variable declarations: [code] int variableInt {5}; [/code] C...

Convert const char to binary
Would this help? [code] #include <bitset> ... //declare variable char a = -58; short c = -315; //...

code prob
&& is the [i]and[/i] operator. || is the [i]or[/i] operator. More in-depth descriptions can be found...

Unable to get rid of comma when trying to create array
I would use if/else [code] #include <cstdlib> #include <ctime> #include <iostream> using namespace...

question - pinter.array
Could you please post all your code and put it in code tags

This user does not accept Private Messages