
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
May 1st, 2023, 09:19 AM
As abeginner in WIN32 programming in C language, in my example below I am trying to create two trackbars with their own bitmaps for the thumb and...
2 replies | 977 view(s)
-
May 17th, 2023, 02:42 PM
I want to input string by fgets(buffer, 5, stdin) e.g. "stop", "lame", "rear"
char buffer;
If I type string which has a length of 20...
4 replies | 378 view(s)
-
May 2nd, 2023, 09:33 AM
I thought to write C program and I ask my self what is the limit of heap with gcc 4.9.2 (Debian 8) because I have to use this version for educational...
1 replies | 716 view(s)
-
May 14th, 2023, 09:23 AM
In C if I have to send a message to 12 server of the same network (of course I know both IP and port) by tcp connection at the same time using...
3 replies | 364 view(s)
-
April 29th, 2023, 07:08 AM
Hello !
I've been "off line" for a while but now I'm up and running again.
want to help others and maybe get help yourself.
Now to the point:
I...
1 replies | 554 view(s)
-
May 8th, 2023, 09:15 AM
Hi,
I'm teaching myself C++ using MS Visual Studio Community 2022, so I'm a newbie. I've written some code and I've decided to write the output of...
2 replies | 340 view(s)
-
April 30th, 2023, 10:09 AM
I wish to creare in C language a single process which listen to 2 ports on the same IP address (TCP communication).
If It was possible I I have to...
0 replies | 614 view(s)
-
May 25th, 2023, 11:00 PM
I have this cool program that uses a logical operator to join two conditions in an if statement. Basically for a person to get a job playing for Ozzy...
3 replies | 117 view(s)
-
May 11th, 2023, 10:14 AM
I am working on a application that uses a lot of drivers from a lot of different companies.
The Marketing from Microsoft is very confusing when it...
0 replies | 478 view(s)
-
May 25th, 2023, 03:36 AM
I got this program using nested ifs and it compiles fine but gives me the wrong outcome. The way it is now, when I run the code and the first...
2 replies | 89 view(s)
-
May 11th, 2023, 10:22 AM
According to Microsoft C#Winforms is not supported by Windows IOT.
Will C# Winforms run on Windows IOT Enterprise?
I know IOT supports C#.
...
0 replies | 301 view(s)
-
May 21st, 2023, 07:21 AM
I have one server and several clients which have different functions (e.g. to communicate result of data detection, to , I need to define ...
0 replies | 209 view(s)
-
May 19th, 2023, 03:00 AM
in the devexpress suite use gridView1 to color the cell and enter text into the cell? do you have a demo example to share with ?
0 replies | 178 view(s)
-
May 25th, 2023, 11:22 PM
in c#, when i add item to listView1 there will be two images via command:
...
string imgName =...
0 replies | 88 view(s)
-
Yesterday, 12:52 AM
I found out that you don't want to use == to compare strings in Java. You need to use .equals method or the .compare method.
3 replies | 117 view(s)
-
May 26th, 2023, 11:42 AM
Or just that you're assuming == does what you want.
import java.util.Scanner;
public class PlayForOzzy
{
public static void main(String...
3 replies | 117 view(s)
-
May 26th, 2023, 05:33 AM
Using the debug library (oraocci11d.lib, vc9; NOT oraocci11.lib) for the debug mode did the trick for me (Toolset VS2008 in VS2017).
4 replies | 5245 view(s)
-
May 26th, 2023, 01:21 AM
I tested to see what was contained in the personsGuitar variable after that line executed and indeed LesPaul was in that variable. I also tested to...
3 replies | 117 view(s)
-
May 25th, 2023, 06:31 AM
It's de]code goes here
> userNumberOfYearsPlayed = keyboard.nextInt();
This reads a number, but does NOT consume the newline at the end of it.
...
2 replies | 89 view(s)
-
May 25th, 2023, 03:41 AM
I could not see any thing that says how to post code. I suspected it would be but it looks like that didn't work. I'm using Java 20 its I think the...
2 replies | 89 view(s)
-
May 22nd, 2023, 12:01 PM
Too bad that the recruitment has finished and I only now saw the announcement.
Is another recruitment campaign expected soon?
It is my dream to...
1 replies | 977 view(s)
-
May 21st, 2023, 07:05 AM
Thanks, I'll give a lot of importance to your suggestions.
3 replies | 364 view(s)
-
May 18th, 2023, 03:58 AM
If supported, the closest you're going to get is to use getch() (or _getch() if using MS VS) from conio.h - but this isn't 'standard' c. This...
4 replies | 378 view(s)
-
May 18th, 2023, 12:19 AM
Well there's no way in ANSI C to just input 4 characters and NOT display anything else on the line until return is pressed.
4 replies | 378 view(s)
-
May 17th, 2023, 10:58 PM
I'm trying to limit input only for X number of characters, so that, while user is typing, He can show only at maximum X characters.
The excessive...
4 replies | 378 view(s)
-
May 17th, 2023, 02:57 PM
Your three basic steps are
- input
- validation
- conversion.
That you only want 4 characters falls into the latter stages.
So normally, I...
4 replies | 378 view(s)
-
May 15th, 2023, 03:53 AM
Well unless you're into trading where nanoseconds count, issuing 12 messages serially (unless each message is substantial in size) will be received...
3 replies | 364 view(s)
-
May 14th, 2023, 10:00 AM
1. Why is it som important for you to "send at the same time"?
2. If you don't care about whether your message was received or not (just send and...
3 replies | 364 view(s)
|
Click Here to Expand Forum to Full Width
|